Skip to content

Commit 8fc659b

Browse files
author
dengsheng.chen
committed
Remove extra spaces
1 parent ac6d3a4 commit 8fc659b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackprinter/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def inspect_callable(f):
3838
# have no co_filename and co_firstlineno
3939
filepath = getattr(code, 'co_filename', None)
4040
ln = getattr(code, 'co_firstlineno', None)
41-
41+
4242
return qname, filepath, owner, ln
4343

4444

0 commit comments

Comments
 (0)