Skip to content

Commit

Permalink
Fix whitespace issues found by flake8 6
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Jul 13, 2023
1 parent 673ccd3 commit 887f77d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/lsst/display/firefly/firefly.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def __init__(self, str):

def firefly_version():
"""Return the version of firefly_client in use, as a string"""
return(firefly_client.__version__)
return firefly_client.__version__


class DisplayImpl(virtualDevice.DisplayImpl):
Expand Down
2 changes: 1 addition & 1 deletion python/lsst/display/firefly/footprints.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,4 @@ def createFootprintsTable(catalog, xy0=None, insertColumn=4):
outTable._config['version_1_3_or_later'] = True
outputVO.set_all_tables_format('binary2')

return(outputVO)
return outputVO

0 comments on commit 887f77d

Please sign in to comment.