Skip to content

Commit 2a9e9fd

Browse files
diegorussocorona10
andauthored
Apply suggestions from code review
Co-authored-by: Donghee Na <[email protected]>
1 parent b74cd7f commit 2a9e9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/benchmarking-scripts/backfill.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"""
1515

1616

17-
def get_revisions():
17+
def get_revisions() -> tuple[str, str]:
1818
revisions = []
1919
with open("backfill_shas.txt", "r") as f:
2020
for line in f:

0 commit comments

Comments
 (0)