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
|
||||
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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue