Skip to content

Commit 8c351f5

Browse files
authored
Fix duplicate error
1 parent dc3474b commit 8c351f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intuitlib/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
try:
2121
from urllib.parse import urlencode
22-
except (ModuleNotFoundError, ModuleNotFoundError):
22+
except (ModuleNotFoundError, ImportError):
2323
from future.moves.urllib.parse import urlencode
2424

2525
from intuitlib.utils import (

0 commit comments

Comments
 (0)