mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
Conform to other files' __all__
This commit is contained in:
parent
ae6cc40fb5
commit
d730d0064c
1 changed files with 1 additions and 3 deletions
|
|
@ -11,9 +11,7 @@ import requests
|
|||
from .organizer import Organizer
|
||||
from .utils import rename, stream_to_path
|
||||
|
||||
__all__ = [
|
||||
"Norbert",
|
||||
]
|
||||
__all__ = ["Norbert"]
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
class Norbert:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue