Skip to content

Commit

Permalink
Update imports in test models
Browse files Browse the repository at this point in the history
  • Loading branch information
josecsotomorales committed Mar 14, 2024
1 parent 2f24557 commit da5bc63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_models.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
from datetime import datetime, timezone

import pytest
import sqlalchemy as sa
import sqlalchemy.orm

from datetime import datetime, timezone
from sqlalchemy_utils import generic_repr, Timestamp


Expand Down

0 comments on commit da5bc63

Please sign in to comment.