Skip to content

Commit

Permalink
add type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyBooth committed Dec 24, 2022
1 parent 8c6c1fb commit 639e1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def PrintFailureHeader(self, test):
})
print("Path: %s" % "/".join(test.path))

def Run(self, tasks):
def Run(self, tasks) -> dict:
self.Starting()
threads = []
# Spawn N-1 threads and then use this thread as the last one.
Expand Down

0 comments on commit 639e1a8

Please sign in to comment.