diff --git a/morss/wsgi.py b/morss/wsgi.py index f1a8003..76816bc 100644 --- a/morss/wsgi.py +++ b/morss/wsgi.py @@ -17,8 +17,6 @@ from . import readabilite from .morss import FeedFetch, FeedGather, FeedFormat from .morss import Options, log, TIMEOUT, DELAY, MorssException -from . import cred - def parse_options(options): """ Turns ['md=True'] into {'md':True} """