Skip to content

Commit 6f3034c

Browse files
committed
add missing imports
1 parent 2c3ed9e commit 6f3034c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

util/context_processors.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
# You should have received a copy of the GNU General Public License
1515
# along with Patchman. If not, see <http://www.gnu.org/licenses/>
1616

17+
import subprocess
1718
from datetime import timedelta
19+
from pathlib import Path
1820

1921
from django.db.models import F
2022
from django.utils import timezone

0 commit comments

Comments
 (0)