diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-01-19 18:30:05 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-01-19 18:30:05 +0000 |
commit | e5a9330a91d9d79adc4735e8850357d37c234c5c (patch) | |
tree | 7fa760a441c1cc8c429f162ce48b2b98c66fdcf0 /reset-django.py | |
parent | 1b70ccea3e782b171560e997499c19015e8b5980 (diff) | |
download | troggle-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.py | 4 |
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:
|