liniting and applying black
This commit is contained in:
@ -1,6 +1,18 @@
|
||||
from orm.exceptions import ModelDefinitionError, ModelNotSet, MultipleMatches, NoMatch
|
||||
from orm.fields import BigInteger, Boolean, Date, DateTime, Decimal, Float, ForeignKey, Integer, JSON, String, Text, \
|
||||
Time
|
||||
from orm.fields import (
|
||||
BigInteger,
|
||||
Boolean,
|
||||
Date,
|
||||
DateTime,
|
||||
Decimal,
|
||||
Float,
|
||||
ForeignKey,
|
||||
Integer,
|
||||
JSON,
|
||||
String,
|
||||
Text,
|
||||
Time,
|
||||
)
|
||||
from orm.models import Model
|
||||
|
||||
__version__ = "0.0.1"
|
||||
@ -21,5 +33,5 @@ __all__ = [
|
||||
"ModelDefinitionError",
|
||||
"ModelNotSet",
|
||||
"MultipleMatches",
|
||||
"NoMatch"
|
||||
"NoMatch",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user