Skip to content

Commit

Permalink
Ignoring another classname capitialisation
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-rse committed Sep 25, 2023
1 parent 655b335 commit 77b1f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tracing/test_dnatracing_single_grain.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

@pytest.fixture()
def dnatrace_linear() -> dnaTrace:
"""DnaTrace object instantiated with a single linear grain."""
"""DnaTrace object instantiated with a single linear grain.""" # noqa: D403
return dnaTrace(
image=LINEAR_IMAGE,
grain=LINEAR_MASK,
Expand Down

0 comments on commit 77b1f3b

Please sign in to comment.