Skip to content

Commit 3a94b7f

Browse files
committed
ruff format
1 parent e43739b commit 3a94b7f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/test_handlers_llm_evaluation.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -974,9 +974,7 @@ def test_private_module_qualified_type_in_context(self):
974974
# value whose `type(...).__module__` is `_pytest.fixtures`, which
975975
# is what triggers the qualname emission in
976976
# `collect_variable_declarations`.
977-
fake_request = _pytest.fixtures.TopRequest.__new__(
978-
_pytest.fixtures.TopRequest
979-
)
977+
fake_request = _pytest.fixtures.TopRequest.__new__(_pytest.fixtures.TopRequest)
980978
ctx = {"request": fake_request}
981979
source = "def f() -> int:\n return 0"
982980
module = ast.parse(source)

0 commit comments

Comments
 (0)