Skip to content

Commit

Permalink
Fix typing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Jan 2, 2024
1 parent 9d00cfc commit 06145db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handsdown/cli_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
try:
import importlib.metadata as metadata # type: ignore
except ModuleNotFoundError:
import importlib_metadata as metadata
import importlib_metadata as metadata # type: ignore


@dataclass
Expand Down

0 comments on commit 06145db

Please sign in to comment.