Skip to content

Commit

Permalink
remove unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed Jul 6, 2024
1 parent b33cdee commit 6e04593
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion refget/agents.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os
import logging

from psycopg2.errors import UniqueViolation
from sqlmodel import create_engine, select, Session, delete, func
from sqlalchemy.exc import IntegrityError
from sqlalchemy import URL
Expand Down

0 comments on commit 6e04593

Please sign in to comment.