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 22, 2024
1 parent ecbeab8 commit 04539dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/mapdl/core/plotting/plotting_defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __init__(self):
self._configured = False

def __call__(self, name):
if True: # not self._configured: # Temporal patch pending on #3568
if True: # not self._configured: # Temporal patch pending on #3568
self._set_configuration()
self._configured = True

Expand Down

0 comments on commit 04539dd

Please sign in to comment.