Skip to content

Commit 9b044d2

Browse files
committed
Delete no-service-definition sample
1 parent a402a19 commit 9b044d2

6 files changed

Lines changed: 0 additions & 159 deletions

File tree

hello_nexus/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ The samples in this directory form an introduction to Nexus.
1212
### Samples
1313

1414
- [basic](./basic) - Nexus service definition, operation handlers, and calling workflows.
15-
- [without_service_definition](./without_service_definition) - A Nexus service implementation without a service definition

hello_nexus/without_service_definition/README.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

hello_nexus/without_service_definition/__init__.py

Whitespace-only changes.

hello_nexus/without_service_definition/app.py

Lines changed: 0 additions & 104 deletions
This file was deleted.

tests/hello_nexus/basic_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import hello_nexus.basic.caller.app
66
import hello_nexus.basic.caller.workflows
77
import hello_nexus.basic.handler.worker
8-
import hello_nexus.without_service_definition.app
98
from tests.hello_nexus.helpers import create_nexus_endpoint, delete_nexus_endpoint
109

1110

tests/hello_nexus/without_workflow_service_test.py

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)