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

carddb url typing

This commit is contained in:
Jörn-Michael Miehe 2021-09-13 05:08:07 +02:00
parent 0bfcc92191
commit 97e52b2d83

View file

@ -81,7 +81,7 @@ class CardDB:
class RWCardDB(CardDB): class RWCardDB(CardDB):
__db_path: PathLike[str] __db_path: str | PathLike[str]
def __new__(cls, *more) -> RWCardDB: def __new__(cls, *more) -> RWCardDB:
if CardDB._instance is None: if CardDB._instance is None: