Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d9db881

Browse files
[FIX] Formatting [flake8]
1 parent cf19df9 commit d9db881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ def pytest_runtest_makereport(item: pytest.Function, call: pytest.CallInfo):
406406
assert outcome is not None
407407
assert type(outcome) == pluggy.Result # noqa: E721
408408

409-
assert type(call.when) == str
409+
assert type(call.when) == str # noqa: E721
410410

411411
if call.when == "collect":
412412
return

0 commit comments

Comments
 (0)