Skip to content

Commit 805cea0

Browse files
committed
correct type hint
1 parent 9e046f3 commit 805cea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/summarize_evals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def parse_args() -> argparse.Namespace:
1414
return parser.parse_args()
1515

1616

17-
def get_paths(directory: dir) -> List[str]:
17+
def get_paths(directory: str) -> List[str]:
1818
return glob.glob(os.path.join(directory, '*_eval.txt'))
1919

2020

0 commit comments

Comments
 (0)