X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/1a949f7c97dc2f34c135f5cdf088df2927d3d652..626876f896404c5b8ed10e200d95cbedc5158f5b:/forum/management/commands/base_command.py 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):