1
0
Fork 0
mirror of https://github.com/ldericher/fftcgtool synced 2025-01-15 15:02:59 +00:00

type hinting bug

This commit is contained in:
Jörn-Michael Miehe 2021-09-08 23:44:51 +02:00
parent f19adba838
commit 5fa2caec0f

View file

@ -84,7 +84,7 @@ class RWCardDB(CardDB):
return CardDB._instance return CardDB._instance
def __init__(self, db_path: PathLike[str] = None): def __init__(self, db_path: str | PathLike[str] = None):
super().__init__(None) super().__init__(None)
if db_path is not None: if db_path is not None: