Remove leftover code

This commit is contained in:
pictuga 2020-08-23 19:07:12 +02:00
parent 5bd2557619
commit 75935114e4

View File

@ -17,8 +17,6 @@ from . import readabilite
from .morss import FeedFetch, FeedGather, FeedFormat from .morss import FeedFetch, FeedGather, FeedFormat
from .morss import Options, log, TIMEOUT, DELAY, MorssException from .morss import Options, log, TIMEOUT, DELAY, MorssException
from . import cred
def parse_options(options): def parse_options(options):
""" Turns ['md=True'] into {'md':True} """ """ Turns ['md=True'] into {'md':True} """