We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0aed58 commit 24a5eabCopy full SHA for 24a5eab
1 file changed
ietf/community/utils.py
@@ -3,6 +3,8 @@
3
from django.db.models import Q
4
from django.conf import settings
5
6
+import debug # pyflakes:ignore
7
+
8
from ietf.community.models import CommunityList, EmailSubscription, SearchRule
9
from ietf.doc.models import Document, State
10
from ietf.group.models import Role, Group
0 commit comments