Skip to content

Commit 7135973

Browse files
committed
service_accounts: remove func from admin section
1 parent e208c0e commit 7135973

File tree

2 files changed

+0
-40
lines changed

2 files changed

+0
-40
lines changed

src/warnet/admin.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from .namespaces import copy_namespaces_defaults, namespaces
1010
from .network import copy_network_defaults
1111
from .process import run_command
12-
from .service_accounts import service_accounts
1312

1413

1514
@click.group(name="admin", hidden=True)
@@ -19,7 +18,6 @@ def admin():
1918

2019

2120
admin.add_command(namespaces)
22-
admin.add_command(service_accounts)
2321

2422

2523
@admin.command()

src/warnet/service_accounts.py

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

0 commit comments

Comments
 (0)