mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-09-09 14:12:26 +02:00
Clean up
Use shorter name for responses, like in the requests doc. Change Organizer's __all__ to be more in line with the other __all__s.
This commit is contained in:
@@ -5,9 +5,7 @@ import shutil
|
||||
|
||||
from . import utils
|
||||
|
||||
__all__ = [
|
||||
"Organizer",
|
||||
]
|
||||
__all__ = ["Organizer"]
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
class Organizer:
|
||||
|
Reference in New Issue
Block a user