Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan King committed Nov 28, 2023
1 parent 3c94d67 commit 9c329b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ci/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def deps_parents(self):

def all_deps(self):
visited: Set[Step] = set([self])
frontier: Set[Step] = [self]
frontier: List[Step] = [self]

while frontier:
current = frontier.pop()
Expand Down

0 comments on commit 9c329b3

Please sign in to comment.