Skip to content

Commit

Permalink
!squash more
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Jun 10, 2023
1 parent b6bb7d3 commit abdf815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@


def linkcode_resolve(
domain: str, info: dict[str, str]
domain: str, info: t.Dict[str, str]
) -> t.Union[None, str]: # NOQA: C901
"""
Determine the URL corresponding to Python object
Expand Down
2 changes: 1 addition & 1 deletion src/unihan_db/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def is_bootstrapped(metadata: sqlalchemy.MetaData) -> bool:


def bootstrap_data(
options: UntypedUnihanData | None = None,
options: t.Union[UntypedUnihanData, None] = None,
) -> t.Optional["UntypedNormalizedData"]:
if options is None:
options = {}
Expand Down

0 comments on commit abdf815

Please sign in to comment.