summaryrefslogtreecommitdiffstats
path: root/core/management/commands/dummycmd.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-01-30 23:04:11 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2023-01-30 23:04:11 +0000
commit3aca0d0c76364c8f9fa3fec43370f54f8270b43f (patch)
tree135ded90255f67bc00bb2c78a832f4328d05c6d9 /core/management/commands/dummycmd.py
parente35fccea5d52bd9f64820335a7bf1dbd38e6157e (diff)
downloadtroggle-3aca0d0c76364c8f9fa3fec43370f54f8270b43f.tar.gz
troggle-3aca0d0c76364c8f9fa3fec43370f54f8270b43f.tar.bz2
troggle-3aca0d0c76364c8f9fa3fec43370f54f8270b43f.zip
ruf cleanup imports, bigly.
Diffstat (limited to 'core/management/commands/dummycmd.py')
-rw-r--r--core/management/commands/dummycmd.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/core/management/commands/dummycmd.py b/core/management/commands/dummycmd.py
index b682c0f..1340beb 100644
--- a/core/management/commands/dummycmd.py
+++ b/core/management/commands/dummycmd.py
@@ -1,12 +1,6 @@
-import os
-from optparse import make_option
-from django.contrib.auth.models import User
-from django.core import management
-from django.core.management.base import BaseCommand, CommandError
-from django.db import connection
+from django.core.management.base import BaseCommand
-import settings
"""this is now replaced by databaseRest.py