Skip to content

Commit

Permalink
Try skip problematic doctest line
Browse files Browse the repository at this point in the history
Signed-off-by: paul.profizi <[email protected]>
  • Loading branch information
PProfizi committed Feb 15, 2024
1 parent 0fcad4e commit dd28e9e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ansys/dpf/core/server_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
"""

Expand Down

0 comments on commit dd28e9e

Please sign in to comment.