소스 검색

Removed an unused import

Alex Gaynor 11 년 전
부모
커밋
fadc6cd1bd
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      tests/syndication_tests/feeds.py

+ 0 - 1
tests/syndication_tests/feeds.py

@@ -1,7 +1,6 @@
 from __future__ import unicode_literals
 
 from django.contrib.syndication import views
-from django.core.exceptions import ObjectDoesNotExist
 from django.utils import feedgenerator
 from django.utils.timezone import get_fixed_timezone