Skip to content

Commit cccba38

Browse files
committed
Fix style in test
Signed-off-by: paul.profizi <[email protected]>
1 parent c33883e commit cccba38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def test_server_env_path_cleanup(self, server_config):
9595
"""Test that running and stopping servers does not pollute the system PATH."""
9696
from ansys.dpf.core.server_types import get_system_path
9797
path_len_init = len(get_system_path())
98-
server_0 = dpf.core.start_local_server(config=server_config)
98+
_ = dpf.core.start_local_server(config=server_config)
9999
assert len(get_system_path()) == path_len_init
100100

101101
def test_start_local_server_with_config(self, server_config):

0 commit comments

Comments
 (0)