Fix linting

This commit is contained in:
Bruno Oliveira 2018-03-09 17:44:39 -03:00 committed by GitHub
parent 543bac925a
commit 5f9bc557ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -239,6 +239,7 @@ def getfslineno(obj):
# helper functions
#
def findsource(obj):
try:
sourcelines, lineno = inspect.findsource(obj)