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 25147b1 commit 0fcad4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ansys/dpf/core/server_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ class AvailableServerConfigs:
>>> in_process_config = dpf.AvailableServerConfigs.InProcessServer
>>> grpc_config = dpf.AvailableServerConfigs.GrpcServer
>>> legacy_grpc_config = dpf.AvailableServerConfigs.LegacyGrpcServer
# >>> in_process_server = dpf.start_local_server(config=in_process_config, as_global=False)
>>> 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 0fcad4e

Please sign in to comment.