Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
SylviaWhittle committed Oct 10, 2024
1 parent 32d2c9e commit 3489a8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/tracing/test_pruning.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# pylint: disable=too-many-lines
# pylint: disable=protected-access
# pylint: disable=too-many-arguments
# pylint: disable=too-many-positional-arguments


@pytest.mark.parametrize(
Expand Down
4 changes: 3 additions & 1 deletion tests/tracing/test_skeletonize.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
import numpy.typing as npt
import pytest

from topostats.tracing.skeletonize import getSkeleton, topostatsSkeletonize

# pylint: disable=unnecessary-pass
# pytest: disable=import-error
from topostats.tracing.skeletonize import getSkeleton, topostatsSkeletonize
# pylint: disable=too-many-positional-arguments


def test_skeletonize_method(skeletonize_get_skeleton: getSkeleton) -> None:
Expand Down

0 comments on commit 3489a8a

Please sign in to comment.