Skip to content

Commit 63cab93

Browse files
committed
fix init
1 parent 1a43936 commit 63cab93

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

ansys/dpf/core/__init__.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,7 @@
3232
from ansys.dpf.core.data_sources import DataSources
3333
from ansys.dpf.core.scoping import Scoping
3434
from ansys.dpf.core.common import types, natures, locations, shell_layers
35-
from ansys.dpf.core import (
36-
help,
37-
fields_container_factory,
38-
fields_factory,
39-
mesh_scoping_factory,
40-
time_freq_scoping_factory,
41-
server,
42-
check_version,
43-
settings,
44-
path_utilities,
45-
operators,
46-
)
35+
from ansys.dpf.core import help
4736
from ansys.dpf.core.core import (
4837
BaseService,
4938
load_library,
@@ -62,7 +51,18 @@
6251
from ansys.dpf.core.workflow import Workflow
6352
from ansys.dpf.core.cyclic_support import CyclicSupport
6453
from ansys.dpf.core.element_descriptor import ElementDescriptor
54+
from ansys.dpf.core import operators
6555
from ansys.dpf.core.fields_factory import field_from_array
56+
from ansys.dpf.core import (
57+
fields_container_factory,
58+
fields_factory,
59+
mesh_scoping_factory,
60+
time_freq_scoping_factory,
61+
)
62+
from ansys.dpf.core import server
63+
from ansys.dpf.core import check_version
64+
from ansys.dpf.core import path_utilities
65+
from ansys.dpf.core import settings
6666

6767
# for matplotlib
6868
# solves "QApplication: invalid style override passed, ignoring it."

0 commit comments

Comments
 (0)