Skip to content

Commit

Permalink
Don't set allConnections in __init__.
Browse files Browse the repository at this point in the history
This is now unnecessary and prohibited by the PipelineTaskConnections
base class.
  • Loading branch information
TallJimbo committed May 10, 2023
1 parent 5957c19 commit 9a7d222
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/lsst/analysis/drp/gatherResourceUsage.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ def __init__(self, *, config):
self.input_metadata,
dimensions=list(self.config.dimensions),
)
self.allConnections["input_metadata"] = self.input_metadata


class GatherResourceUsageConfig(
Expand Down

0 comments on commit 9a7d222

Please sign in to comment.