Skip to content

Commit

Permalink
Merge pull request #44 from lsst/tickets/DM-38499
Browse files Browse the repository at this point in the history
DM-38499: Fix whitespace issues found by flake8 6
  • Loading branch information
timj authored Jul 13, 2023
2 parents 673ccd3 + 887f77d commit ae46bcf
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 ae46bcf

Please sign in to comment.