Skip to content

Commit

Permalink
kernelci.legacy.cli: remove kci pubsub
Browse files Browse the repository at this point in the history
Remove CLI tool for API PubSub from `kernelci.legacy`
module as it has been reworked and added to
`kernelci.cli` module.

Signed-off-by: Jeny Sadadia <[email protected]>
  • Loading branch information
Jeny Sadadia committed Nov 22, 2023
1 parent f32d8a7 commit 24b5ad2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 84 deletions.
2 changes: 0 additions & 2 deletions kernelci/legacy/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
api,
job,
node,
pubsub,
sched,
show,
storage,
Expand All @@ -24,7 +23,6 @@
'api': api.main,
'job': job.main,
'node': node.main,
'pubsub': pubsub.main,
'sched': sched.main,
'show': show.main,
'storage': storage.main,
Expand Down
82 changes: 0 additions & 82 deletions kernelci/legacy/cli/pubsub.py

This file was deleted.

0 comments on commit 24b5ad2

Please sign in to comment.