clean code
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
from orm.models.fakepydantic import FakePydantic
|
||||
from orm.models.model import Model
|
||||
|
||||
__all__ = [
|
||||
"Model"
|
||||
]
|
||||
__all__ = ["FakePydantic", "Model"]
|
||||
|
||||
Reference in New Issue
Block a user