diff --git a/src/ansys/dpf/core/server_factory.py b/src/ansys/dpf/core/server_factory.py index a7345d2791..b43a5e259d 100644 --- a/src/ansys/dpf/core/server_factory.py +++ b/src/ansys/dpf/core/server_factory.py @@ -358,8 +358,6 @@ class AvailableServerConfigs: >>> in_process_config = dpf.AvailableServerConfigs.InProcessServer >>> grpc_config = dpf.AvailableServerConfigs.GrpcServer >>> legacy_grpc_config = dpf.AvailableServerConfigs.LegacyGrpcServer - >>> grpc_server = dpf.start_local_server(config=grpc_config, as_global=False) - >>> legacy_grpc_server = dpf.start_local_server(config=legacy_grpc_config, as_global=False) """