pep8-compat: Remove unnecessary imports from summarypage.py
This commit is contained in:
@@ -25,10 +25,9 @@
|
|||||||
Provides classes for handling Charts summary page
|
Provides classes for handling Charts summary page
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import locale
|
|
||||||
from datetime import datetime, timedelta
|
from datetime import datetime, timedelta
|
||||||
|
|
||||||
import pywikibot
|
# import pywikibot
|
||||||
import mwparserfromhell as mwparser
|
import mwparserfromhell as mwparser
|
||||||
|
|
||||||
from countrylist import CountryList, CountryListError
|
from countrylist import CountryList, CountryListError
|
||||||
|
|||||||
Reference in New Issue
Block a user