Skip to content

Commit e5719ac

Browse files
authored
Fix QA
1 parent 2fdf822 commit e5719ac

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/test_field.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,7 @@
3434
from ansys.dpf.core.common import locations, shell_layers
3535
from ansys.dpf.gate.errors import DPFServerException, DpfVersionNotSupported
3636
import conftest
37-
from conftest import (
38-
SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_8_0,
39-
raises_for_servers_version_under,
40-
running_docker,
41-
)
37+
from conftest import SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_8_0, running_docker```
4238

4339

4440
@pytest.fixture()

0 commit comments

Comments
 (0)