summaryrefslogtreecommitdiffstats
path: root/reset-django.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-01-19 18:30:05 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2023-01-19 18:30:05 +0000
commite5a9330a91d9d79adc4735e8850357d37c234c5c (patch)
tree7fa760a441c1cc8c429f162ce48b2b98c66fdcf0 /reset-django.py
parent1b70ccea3e782b171560e997499c19015e8b5980 (diff)
downloadtroggle-e5a9330a91d9d79adc4735e8850357d37c234c5c.tar.gz
troggle-e5a9330a91d9d79adc4735e8850357d37c234c5c.tar.bz2
troggle-e5a9330a91d9d79adc4735e8850357d37c234c5c.zip
reordering import statements using isort
Diffstat (limited to 'reset-django.py')
-rw-r--r--reset-django.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/reset-django.py b/reset-django.py
index 893aee1..c847fa4 100644
--- a/reset-django.py
+++ b/reset-django.py
@@ -1,7 +1,7 @@
-import os
+import os
import shutil
-
from pprint import pprint
+
"""Cleans all django-created files and compiled python. Used by the
pre-run.sh script which cleans and initialises everything before
running: