Skip to content

Commit

Permalink
Add type hint.
Browse files Browse the repository at this point in the history
  • Loading branch information
markbader committed Oct 14, 2024
1 parent 72dca38 commit 13437bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webknossos/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def error_on_warnings() -> Generator:


@pytest.fixture(autouse=True, scope="function")
def use_replay_proxay(request) -> Generator:
def use_replay_proxay(request: Any) -> Generator:
testname = request.node.name
if "use_proxay" in request.keywords:
os.environ["HTTP_PROXY"] = "http://localhost:3000"
Expand Down

0 comments on commit 13437bc

Please sign in to comment.