diff --git a/tests/test_pydantic_integrations.py b/tests/test_pydantic_integrations.py index d2cf647..131e5e7 100644 --- a/tests/test_pydantic_integrations.py +++ b/tests/test_pydantic_integrations.py @@ -5,7 +5,7 @@ from collections import namedtuple import pytest 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 @@ -47,4 +47,4 @@ def test_email_str(m): email="andrew@bad-domain", age=38, join_date=today, - ) \ No newline at end of file + )