From 30760654b7a3d7a394028fdf357d6f257def1fd5 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sun, 15 Dec 2024 18:54:47 +0000 Subject: import order fixed by ruff --- databaseReset.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'databaseReset.py') diff --git a/databaseReset.py b/databaseReset.py index ada1c62..37cdd4b 100644 --- a/databaseReset.py +++ b/databaseReset.py @@ -5,10 +5,11 @@ import resource import sys import time -import settings from django.core.management import call_command from django.core.management.commands import flush +import settings + """ Command-line utility for loading cave data files into troggle's database. The command line options select which combination of classes of data will be imported, -- cgit v1.2.3