1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-12-17 11:46:20 +00:00

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

View File

@@ -1,8 +1,4 @@
from .orm import Base, IdCreatedUpdatedBaseMixin
from .token import Token
__all__ = [
"Base",
"IdCreatedUpdatedBaseMixin",
"Token"]
__all__ = ["Base", "IdCreatedUpdatedBaseMixin", "Token"]