Skip to content

Commit

Permalink
Fix black formatting for workload/tasks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sukritkalra committed Feb 22, 2024
1 parent c91c873 commit fa55bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workload/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1615,7 +1615,7 @@ def get_task(self, name: str, unique: bool = False) -> Optional[Task]:

def update_edges(self, tasks: Mapping[Task, Sequence[Task]]) -> None:
"""Updates the edges inside the TaskGraph according to the new set of tasks.
This is used to transform the TaskGraph without changing the references that
may be held by other objects to this TaskGraph.
Expand Down

0 comments on commit fa55bf8

Please sign in to comment.