Conform to other files' __all__

This commit is contained in:
Joscha 2019-04-26 09:44:50 +00:00
parent ae6cc40fb5
commit d730d0064c

View File

@ -11,9 +11,7 @@ import requests
from .organizer import Organizer from .organizer import Organizer
from .utils import rename, stream_to_path from .utils import rename, stream_to_path
__all__ = [ __all__ = ["Norbert"]
"Norbert",
]
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
class Norbert: class Norbert: