We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c3ed9e commit 6f3034cCopy full SHA for 6f3034c
1 file changed
util/context_processors.py
@@ -14,7 +14,9 @@
14
# You should have received a copy of the GNU General Public License
15
# along with Patchman. If not, see <http://www.gnu.org/licenses/>
16
17
+import subprocess
18
from datetime import timedelta
19
+from pathlib import Path
20
21
from django.db.models import F
22
from django.utils import timezone
0 commit comments