X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/1a949f7c97dc2f34c135f5cdf088df2927d3d652..0239211fee497d6de7927004febadb8eb08891c3:/forum/management/commands/base_command.py?ds=sidebyside diff --git a/forum/management/commands/base_command.py b/forum/management/commands/base_command.py index c073bf7..4a8a4b6 100644 --- a/forum/management/commands/base_command.py +++ b/forum/management/commands/base_command.py @@ -19,7 +19,6 @@ from django.shortcuts import get_object_or_404 from django.contrib.contenttypes.models import ContentType from forum.models import * -from forum.const import * class BaseCommand(NoArgsCommand): def update_activities_auditted(self, cursor, activity_ids):