Skip to content

Commit

Permalink
De-register api command from Ersilia CLI (#1289)
Browse files Browse the repository at this point in the history
* De-register api command from Ersilia CLI

* remove def function for api in cmd.py

* remove all the lines of code in api.py

* remove api.py file
  • Loading branch information
adebisi4145 authored Oct 8, 2024
1 parent c6b18a7 commit 56aaaa8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 53 deletions.
3 changes: 0 additions & 3 deletions ersilia/cli/cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ class Command(object):
def __init__(self):
pass

def api(self):
m = importlib.import_module("ersilia.cli.commands.api")
m.api_cmd()

def auth(self):
m = importlib.import_module("ersilia.cli.commands.auth")
Expand Down
49 changes: 0 additions & 49 deletions ersilia/cli/commands/api.py

This file was deleted.

1 change: 0 additions & 1 deletion ersilia/cli/create_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ def create_ersilia_cli():

cmd = Command()

cmd.api()
cmd.auth()
cmd.card()
cmd.catalog()
Expand Down

0 comments on commit 56aaaa8

Please sign in to comment.