Fix linting
This commit is contained in:
parent
7c0bea751b
commit
1921a49059
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ from collections import namedtuple
|
||||||
import pytest
|
import pytest
|
||||||
from pydantic import EmailStr, ValidationError
|
from pydantic import EmailStr, ValidationError
|
||||||
|
|
||||||
from redis_om.model import HashModel, Field
|
from redis_om.model import Field, HashModel
|
||||||
from redis_om.model.migrations.migrator import Migrator
|
from redis_om.model.migrations.migrator import Migrator
|
||||||
|
|
||||||
|
|
||||||
|
@ -47,4 +47,4 @@ def test_email_str(m):
|
||||||
email="andrew@bad-domain",
|
email="andrew@bad-domain",
|
||||||
age=38,
|
age=38,
|
||||||
join_date=today,
|
join_date=today,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue