Skip to content

Commit c6445a3

Browse files
pre-commit-ci[bot]valallansys
authored andcommitted
ci: auto fixes from pre-commit.com hooks.
for more information, see https://pre-commit.ci
1 parent ccf7276 commit c6445a3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_inprocess.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ def __init__(self, wdir: str, version: float, exec_path: str | None = None) -> N
4343

4444
# Detecting the venv
4545
if sys.prefix == sys.base_prefix:
46-
pytest.warns(
47-
"Running from global python interpreter is not recommended."
48-
)
46+
pytest.warns("Running from global python interpreter is not recommended.")
4947
os.environ["MAPDL_PYTHON_ENV"] = sys.prefix
5048

5149
@property

0 commit comments

Comments
 (0)