Skip to content

Commit

Permalink
14: Remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
lfse-slafleur committed Apr 22, 2024
1 parent 6fd83b8 commit 280bbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/omotes_rest/db_models/job_rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from datetime import datetime

import sqlalchemy as db
from sqlalchemy.orm import Mapped, mapped_column
from sqlalchemy.orm import Mapped
from sqlalchemy.ext.declarative import declarative_base
from sqlalchemy.dialects.postgresql import UUID

Expand Down

0 comments on commit 280bbe1

Please sign in to comment.