Skip to content

Commit d5fa0c5

Browse files
committed
The several variations I used for this file resulted in a
couple of unused imports. Quiet pyflakes down by removing them. - Legacy-Id: 865
1 parent c93645e commit d5fa0c5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ietf/iesg/sitemaps.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
from django.contrib.sitemaps import Sitemap, GenericSitemap
2-
from ietf.iesg.models import TelechatMinutes
1+
from django.contrib.sitemaps import GenericSitemap
32
from ietf.iesg.urls import telechat_detail
43

54
IESGMinutesMap = GenericSitemap(telechat_detail, changefreq="never")

0 commit comments

Comments
 (0)