Skip to content

Commit 1b02d81

Browse files
committed
.
1 parent ad216a6 commit 1b02d81

File tree

2 files changed

+0
-164
lines changed

2 files changed

+0
-164
lines changed

src/codegen/cli/cli.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
from codegen.cli.commands.create.main import create_command
55
from codegen.cli.commands.deploy.main import deploy_command
6-
from codegen.cli.commands.docs_search.main import docs_search_command
76
from codegen.cli.commands.expert.main import expert_command
87
from codegen.cli.commands.init.main import init_command
98
from codegen.cli.commands.list.main import list_command
@@ -29,7 +28,6 @@ def main():
2928
main.add_command(logout_command)
3029
main.add_command(login_command)
3130
main.add_command(run_command)
32-
main.add_command(docs_search_command)
3331
main.add_command(profile_command)
3432
main.add_command(create_command)
3533
main.add_command(expert_command)

src/codegen/cli/commands/docs_search/main.py

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

0 commit comments

Comments
 (0)