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 Dec 13, 2024
1 parent b25ae57 commit 2993179
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ansys/mapdl/core/information.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ def _update(self) -> None:
self._stats = stats
self._mapdl._log.debug("Information class: Updated")


def __repr__(self) -> str:
if self._mapdl.is_console and self._mapdl.exited:
return "MAPDL exited"
Expand Down

0 comments on commit 2993179

Please sign in to comment.