diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-01-30 23:04:11 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-01-30 23:04:11 +0000 |
commit | 3aca0d0c76364c8f9fa3fec43370f54f8270b43f (patch) | |
tree | 135ded90255f67bc00bb2c78a832f4328d05c6d9 /core/management/commands | |
parent | e35fccea5d52bd9f64820335a7bf1dbd38e6157e (diff) | |
download | troggle-3aca0d0c76364c8f9fa3fec43370f54f8270b43f.tar.gz troggle-3aca0d0c76364c8f9fa3fec43370f54f8270b43f.tar.bz2 troggle-3aca0d0c76364c8f9fa3fec43370f54f8270b43f.zip |
ruf cleanup imports, bigly.
Diffstat (limited to 'core/management/commands')
-rw-r--r-- | core/management/commands/dummycmd.py | 8 |
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 |