Skip to content

Commit 04280c3

Browse files
authored
added missing type annotation (#12763)
1 parent c1c8f21 commit 04280c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def rust(session: nox.Session) -> None:
273273

274274

275275
@nox.session
276-
def local(session):
276+
def local(session: nox.Session):
277277
pyproject_data = load_pyproject_toml()
278278
install(session, "-e", "./vectors", verbose=False)
279279
install(

0 commit comments

Comments
 (0)