Skip to content

Commit c4117c5

Browse files
authored
Rename model_scoring/score_models.py to score_models.py
1 parent 04e34f8 commit c4117c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model_scoring/score_models.py renamed to score_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ def main(models: List[str] = None) -> None:
8686

8787
if __name__ == "__main__":
8888
args = parse_args()
89-
main(args.models)
89+
main(args.models)

0 commit comments

Comments
 (0)