Skip to content

Commit

Permalink
[Lint] Fix formatting of fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
lagru committed Oct 10, 2024
1 parent 5035fde commit b8cd936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b8cd936

Please sign in to comment.