Skip to content

Commit

Permalink
Merge pull request #356 from lsst/tickets/DM-38499
Browse files Browse the repository at this point in the history
DM-38499: Fix noqa code
  • Loading branch information
timj committed Jul 14, 2023
2 parents 1344297 + 2aa3c5e commit e0406b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/pipe/base/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class PipelineTaskConnectionsMetaclass(type):
See `inputs` for additional information.
"""

def __prepare__(name, bases, **kwargs): # noqa: 805
def __prepare__(name, bases, **kwargs): # noqa: N804
# Create an instance of our special dict to catch and track all
# variables that are instances of connectionTypes.BaseConnection
# Copy any existing connections from a parent class
Expand Down

0 comments on commit e0406b7

Please sign in to comment.