liniting, black, mypy fixes
This commit is contained in:
@ -24,7 +24,7 @@ class Product(ormar.Model):
|
||||
name = ormar.String(max_length=100)
|
||||
company = ormar.String(max_length=200, server_default="Acme")
|
||||
sort_order = ormar.Integer(server_default=text("10"))
|
||||
created= ormar.DateTime(server_default=func.now())
|
||||
created = ormar.DateTime(server_default=func.now())
|
||||
|
||||
|
||||
@pytest.fixture(scope="module")
|
||||
|
||||
Reference in New Issue
Block a user