Skip to content

Commit bea72bf

Browse files
authored
Change type hint syntax for ir2vec_vocab_path
1 parent 66b7556 commit bea72bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler_opt/rl/inlining/inlining_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ class InliningRunner(compilation_runner.CompilationRunner):
4141

4242
def __init__(self,
4343
llvm_size_path: str,
44-
ir2vec_vocab_path: str | None = None,
4544
*args,
45+
ir2vec_vocab_path: str | None = None,
4646
**kwargs):
4747
super().__init__(*args, **kwargs)
4848
self._llvm_size_path = llvm_size_path

0 commit comments

Comments
 (0)