fix: poetry.lock & lint-fix

This commit is contained in:
Artem Litvinov
2023-10-10 16:05:31 +01:00
parent 68a80c682b
commit 93d53f9068
2 changed files with 115 additions and 181 deletions
+1 -5
View File
@@ -1,8 +1,4 @@
from .orm import Base, IdCreatedUpdatedBaseMixin
from .token import Token
__all__ = [
"Base",
"IdCreatedUpdatedBaseMixin",
"Token"]
__all__ = ["Base", "IdCreatedUpdatedBaseMixin", "Token"]