Skip to content

Commit

Permalink
⚰️ Remove unused update_resource method
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy committed Jul 17, 2024
1 parent 6fb1dc1 commit a004ab6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CPAC/pipeline/engine/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -763,10 +763,6 @@ def copy_resource(self, resource, new_name):
msg = f"[!] {resource} not in the resource pool."
raise Exception(msg)

def update_resource(self, resource, new_name):
# move over any new pipe_idx's
self.rpool[new_name].update(self.rpool[resource])


class ResourcePool(_Pool):
"""A pool of Resources."""
Expand Down

0 comments on commit a004ab6

Please sign in to comment.