Skip to content

Commit

Permalink
fixing linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbuckley committed Sep 14, 2024
1 parent 4669578 commit 2ebd2f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/recordlinker/linkage/models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import uuid

from sqlalchemy import orm, ForeignKey, String, JSON
from sqlalchemy import ForeignKey
from sqlalchemy import JSON
from sqlalchemy import orm
from sqlalchemy import String


class Base(orm.DeclarativeBase):
Expand Down

0 comments on commit 2ebd2f9

Please sign in to comment.