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 /manage.py | |
parent | 1b70ccea3e782b171560e997499c19015e8b5980 (diff) | |
download | troggle-e5a9330a91d9d79adc4735e8850357d37c234c5c.tar.gz troggle-e5a9330a91d9d79adc4735e8850357d37c234c5c.tar.bz2 troggle-e5a9330a91d9d79adc4735e8850357d37c234c5c.zip |
reordering import statements using isort
Diffstat (limited to 'manage.py')
-rw-r--r-- | manage.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ #!/usr/bin/env python import os import sys + """This file is the route to run the standard Django utilities on the command line. These are the most useful for troggle: |