Skip to content

Commit fd29caa

Browse files
committed
We now use the public_comments accessor of the IDInternal object
so we don't need to import DocumentComment. - Legacy-Id: 834
1 parent 7f8de51 commit fd29caa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/idtracker/feeds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from django.contrib.syndication.feeds import Feed, FeedDoesNotExist
44
from django.utils.feedgenerator import Atom1Feed
5-
from ietf.idtracker.models import IDInternal, DocumentComment
5+
from ietf.idtracker.models import IDInternal
66
import datetime
77
import re
88

0 commit comments

Comments
 (0)