Skip to content

Commit

Permalink
Fix noqa code
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-slac committed Jul 12, 2023
1 parent c40ae88 commit 98dcaee
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 98dcaee

Please sign in to comment.