Skip to content

Commit 7af2274

Browse files
authored
chore: remove command example (#142)
1 parent e52f28f commit 7af2274

File tree

2 files changed

+1
-322
lines changed

2 files changed

+1
-322
lines changed

src/emd/cli.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
destroy,
77
version,
88
status,
9-
config,
10-
example
9+
config
1110
)
1211
from emd.commands.invoke import invoke
1312
from emd.revision import VERSION, COMMIT_HASH
@@ -49,12 +48,6 @@
4948
help="Test deployed models with sample requests",
5049
)
5150

52-
app.add_typer(
53-
example.app,
54-
name="example",
55-
help="Generate sample code for API integration",
56-
)
57-
5851
app.add_typer(
5952
destroy.app,
6053
name="destroy",

src/emd/commands/example.py

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

0 commit comments

Comments
 (0)