Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
type: update type hint
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed May 7, 2021
1 parent 8b3bd69 commit d55ef08
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pykakasi/properties.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ class Configurations:
jisyo_passport: str = ...
jisyo_kunrei: str = ...
jisyo_halfkana: str = ...
__dict__: Any = ...
def __new__(cls, *p: Any, **k: Any): ...
def dictpath(self, dbfile: str) -> Any: ...

class Ch:
Expand Down

0 comments on commit d55ef08

Please sign in to comment.