Skip to content

Commit

Permalink
run style check
Browse files Browse the repository at this point in the history
  • Loading branch information
roosre committed Nov 30, 2023
1 parent c71e8f8 commit cd9a5af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/element_info_test.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import os
import pathlib
import pytest

from ansys.dpf.core import unit_systems
import numpy as np
import pytest

from ansys.dpf.composites.composite_model import CompositeModel, CompositeScope
from ansys.dpf.composites.data_sources import (
Expand All @@ -12,7 +12,6 @@
)
from ansys.dpf.composites.failure_criteria import CombinedFailureCriterion, MaxStressCriterion
from ansys.dpf.composites.result_definition import FailureMeasureEnum

from ansys.dpf.composites.server_helpers import version_older_than

SEPARATOR = "::"
Expand Down

0 comments on commit cd9a5af

Please sign in to comment.