Skip to content

Commit

Permalink
Make flake8 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
fred3m authored and fred3m committed Sep 2, 2022
1 parent ff4ba43 commit 45f6c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/afw/geom/_spanSetContinued.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@


@continueClass
class SpanSet:
class SpanSet: # noqa: F811
def asArray(self, shape=None, xy0=None):
"""Convert a SpanSet into a numpy boolean array
Expand Down

0 comments on commit 45f6c8d

Please sign in to comment.