소스 검색

remove uneeded imports

Alistair Magee 11 년 전
부모
커밋
2e98bd8bdf
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      custom_article_urls/custom_article_urls.py

+ 0 - 3
custom_article_urls/custom_article_urls.py

@@ -8,10 +8,7 @@ using a dictionary stored in pelican settings file as
 {category: {article_url_structure: stirng, article_save_as: string}}
 """
 from pelican import signals
-from pelican import contents
-
 from pelican.contents import Content, Category
-from functools import partial
 from six import text_type
 
 def recursive_name(self):