maxfire2008 / iview-rss

Imported name is not used anywhere in the module PY-W2000
Anti-pattern
Major
2 years ago2 years old
Unused import csv
 14import time
 15from feedgen.feed import FeedGenerator
 16import logging
 17import csv 18import CONFIG
 19
 20app = flask.Flask(__name__)
Unused import time
 11import requests
 12import json
 13import datetime
 14import time 15from feedgen.feed import FeedGenerator
 16import logging
 17import csv