Skip to content

Commit

Permalink
chore: Run formatting with known-first-import
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Dec 10, 2023
1 parent 2d01469 commit 1819d89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/01_bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import pprint

from sqlalchemy.sql.expression import func

from unihan_db import bootstrap
from unihan_db.tables import Unhn

Expand Down
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import sqlalchemy
from sqlalchemy.orm import scoped_session, sessionmaker
from sqlalchemy.orm.scoping import ScopedSession

from unihan_db.bootstrap import UNIHAN_FILES

from .types import UnihanOptions
Expand Down
1 change: 1 addition & 0 deletions tests/test_bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

import sqlalchemy
from sqlalchemy.orm import Session

from unihan_db import bootstrap
from unihan_db.tables import Base, Unhn

Expand Down

0 comments on commit 1819d89

Please sign in to comment.