From 3aca0d0c76364c8f9fa3fec43370f54f8270b43f Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 30 Jan 2023 23:04:11 +0000 Subject: ruf cleanup imports, bigly. --- core/management/commands/dummycmd.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'core/management/commands/dummycmd.py') 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 -- cgit v1.2.3