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:
@@ -1,8 +1,4 @@
|
||||
from .orm import Base, IdCreatedUpdatedBaseMixin
|
||||
from .token import Token
|
||||
|
||||
__all__ = [
|
||||
"Base",
|
||||
"IdCreatedUpdatedBaseMixin",
|
||||
"Token"]
|
||||
|
||||
__all__ = ["Base", "IdCreatedUpdatedBaseMixin", "Token"]
|
||||
|
||||
Reference in New Issue
Block a user