-
-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
De-register api command from Ersilia CLI (#1289)
* 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
1 parent
c6b18a7
commit 56aaaa8
Showing
3 changed files
with
0 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ def create_ersilia_cli(): | |
|
||
cmd = Command() | ||
|
||
cmd.api() | ||
cmd.auth() | ||
cmd.card() | ||
cmd.catalog() | ||
|