From b8cd93689eb2d38971f076176775c04301766b4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Gr=C3=BCter?= Date: Thu, 10 Oct 2024 11:48:28 +0200 Subject: [PATCH] [Lint] Fix formatting of fixture --- tests/test_analysis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_analysis.py b/tests/test_analysis.py index fd74554..d55a8e7 100644 --- a/tests/test_analysis.py +++ b/tests/test_analysis.py @@ -5,7 +5,7 @@ from docstub._analysis import KnownImport, TypeCollector, TypesDatabase -@pytest.fixture() +@pytest.fixture def module_factory(tmp_path): """Fixture to help with creating adhoc modules with a given source.