Skip to content

Commit

Permalink
fix: pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Dec 10, 2024
1 parent 8772fa4 commit 55b6ac0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ansys/geometry/core/modeler.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def __init__(
LOG.warning("Linux backend does not support measurement tools.")
else:
self._measurement_tools = MeasurementTools(self._grpc_client)

# Enabling tools for all: repair and prepare tools
self._repair_tools = RepairTools(self._grpc_client)
self._prepare_tools = PrepareTools(self._grpc_client)
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/test_prepare_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

from ansys.geometry.core.modeler import Modeler

from .conftest import FILES_DIR, skip_if_linux
from .conftest import FILES_DIR


def test_volume_extract_from_faces(modeler: Modeler):
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/test_repair_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

from ansys.geometry.core.modeler import Modeler

from .conftest import FILES_DIR, skip_if_linux
from .conftest import FILES_DIR


def test_find_split_edges(modeler: Modeler):
Expand Down

0 comments on commit 55b6ac0

Please sign in to comment.