mirror of
https://github.com/ldericher/fftcgtool
synced 2025-01-15 06:53:00 +00:00
carddb url typing
This commit is contained in:
parent
0bfcc92191
commit
97e52b2d83
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class CardDB:
|
|||
|
||||
|
||||
class RWCardDB(CardDB):
|
||||
__db_path: PathLike[str]
|
||||
__db_path: str | PathLike[str]
|
||||
|
||||
def __new__(cls, *more) -> RWCardDB:
|
||||
if CardDB._instance is None:
|
||||
|
|
Loading…
Reference in a new issue