mirror of
https://github.com/ldericher/fftcgtool
synced 2025-01-15 15:02:59 +00:00
type hinting bug
This commit is contained in:
parent
f19adba838
commit
5fa2caec0f
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class RWCardDB(CardDB):
|
|||
|
||||
return CardDB._instance
|
||||
|
||||
def __init__(self, db_path: PathLike[str] = None):
|
||||
def __init__(self, db_path: str | PathLike[str] = None):
|
||||
super().__init__(None)
|
||||
|
||||
if db_path is not None:
|
||||
|
|
Loading…
Reference in a new issue