From 5fa2caec0f0e19211cc4bf71e855c1eda65d3779 Mon Sep 17 00:00:00 2001 From: LDericher <40151420+ldericher@users.noreply.github.com> Date: Wed, 8 Sep 2021 23:44:51 +0200 Subject: [PATCH] type hinting bug --- fftcgtool/carddb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fftcgtool/carddb.py b/fftcgtool/carddb.py index 3b03385..9caee37 100644 --- a/fftcgtool/carddb.py +++ b/fftcgtool/carddb.py @@ -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: