From e5a9330a91d9d79adc4735e8850357d37c234c5c Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 19 Jan 2023 18:30:05 +0000 Subject: reordering import statements using isort --- manage.py | 1 + 1 file changed, 1 insertion(+) (limited to 'manage.py') diff --git a/manage.py b/manage.py index 37e5ee1..07bfdd7 100644 --- a/manage.py +++ b/manage.py @@ -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: -- cgit v1.2.3