Skip to content

Commit

Permalink
refactor: references to REFS #60
Browse files Browse the repository at this point in the history
  • Loading branch information
devraj committed Mar 6, 2023
1 parent 99bbc0c commit 2d03b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/labs/models/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
from uuid import UUID

from sqlalchemy import DateTime, ForeignKey, func,\
select,\
update as sqlalchemy_update,\
delete as sqlalchemy_delete
from sqlalchemy.future import select
from sqlalchemy.orm import Mapped, mapped_column
from sqlalchemy.dialects.postgresql import UUID as PGUUID

Expand Down

0 comments on commit 2d03b6f

Please sign in to comment.