We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc3474b commit 8c351f5Copy full SHA for 8c351f5
1 file changed
intuitlib/client.py
@@ -19,7 +19,7 @@
19
20
try:
21
from urllib.parse import urlencode
22
-except (ModuleNotFoundError, ModuleNotFoundError):
+except (ModuleNotFoundError, ImportError):
23
from future.moves.urllib.parse import urlencode
24
25
from intuitlib.utils import (
0 commit comments