Skip to content

Commit 242a397

Browse files
committed
Linting.
1 parent 5570988 commit 242a397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

domdf_python_tools/testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ def test_something(tmp_pathplus: PathPlus):
475475

476476

477477
@pytest.fixture()
478-
def original_datadir(request) -> Path:
478+
def original_datadir(request) -> Path: # noqa: D103
479479
# Work around pycharm confusing datadir with test file.
480480
return PathPlus(os.path.splitext(request.module.__file__)[0] + '_')
481481

0 commit comments

Comments
 (0)