a
This commit is contained in:
parent
cd44c5dca7
commit
d72d7507aa
1 changed files with 0 additions and 2 deletions
|
@ -4,7 +4,6 @@ from app.scheduler import scheduler
|
|||
from app.host import host
|
||||
from app.image import image
|
||||
from app.file import file_scan
|
||||
from app.ceph import ceph
|
||||
|
||||
|
||||
@click.group()
|
||||
|
@ -17,7 +16,6 @@ entry_point.add_command(scheduler)
|
|||
entry_point.add_command(host)
|
||||
entry_point.add_command(image)
|
||||
entry_point.add_command(file_scan)
|
||||
entry_point.add_command(ceph)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Reference in a new issue