Skip to content

Commit 538936d

Browse files
pre-commit-ci[bot]germa89
authored andcommitted
ci: auto fixes from pre-commit.com hooks.
for more information, see https://pre-commit.ci
1 parent 7a8a716 commit 538936d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/ansys/mapdl/core/mapdl_grpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@
106106
from ansys.platform.instancemanagement import Instance as PIM_Instance
107107

108108
from ansys.mapdl.core.database import MapdlDb
109-
from ansys.mapdl.core.xpl import ansXpl
110109
from ansys.mapdl.core.plugin import ansPlugin
110+
from ansys.mapdl.core.xpl import ansXpl
111111

112112
TMP_VAR = "__tmpvar__"
113113
VOID_REQUEST = anskernel.EmptyRequest()

src/ansys/mapdl/core/plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
from .errors import MapdlRuntimeError
3232
from .misc import random_string
3333

34+
3435
class ansPlugin:
3536
"""
3637
ANSYS MAPDL Plugin Manager.

0 commit comments

Comments
 (0)