We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c706c commit 69c7d1cCopy full SHA for 69c7d1c
ot/externals/funcsigs.py
@@ -99,7 +99,7 @@ def signature(obj):
99
partial_keywords = obj.keywords or {}
100
try:
101
ba = sig.bind_partial(*partial_args, **partial_keywords)
102
- except TypeError as ex:
+ except TypeError:
103
msg = 'partial object {0!r} has incorrect arguments'.format(obj)
104
raise ValueError(msg)
105
0 commit comments