Skip to content

Commit

Permalink
ci: auto fixes from pre-commit.com hooks.
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 18, 2024
1 parent 64d7bf2 commit e17b2a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ansys/mapdl/core/mapdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class MapdlBase(_MapdlExtended):
"""

def __init__(self, *args, **kwargs):
raise NotImplementedError(
"This class cannot be used by itself. Please import one of it subsclasses "
"like `ansys.mapdl.core.mapdl_grpc.MapdlGrpc`"
)
raise NotImplementedError(
"This class cannot be used by itself. Please import one of it subsclasses "
"like `ansys.mapdl.core.mapdl_grpc.MapdlGrpc`"
)

0 comments on commit e17b2a0

Please sign in to comment.