Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca416ce

Browse files
committed
[fix] formatting
1 parent e3c35a8 commit ca416ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IPython/core/oinspect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ def _getdef(self,obj,oname='') -> Union[str,None]:
417417
If any exception is generated, None is returned instead and the
418418
exception is suppressed."""
419419
if not callable(obj):
420-
return None
420+
return None
421421
try:
422422
return _render_signature(signature(obj), oname)
423423
except:

0 commit comments

Comments
 (0)