X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/08dbd720394d897a295fd610d30990b9fad26a04..87e592dc4c9e0321635350da8c9f1624554a604f:/forum/management/commands/base_command.py?ds=inline 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):