Skip to content
Snippets Groups Projects

CI change, coverage url fix, documentation, hooks bump

Merged Moul requested to merge ci_badge_contributing into main
10 files
+ 30
48
Compare changes
  • Side-by-side
  • Inline
Files
10
+ 0
1
@@ -32,7 +32,6 @@ from silkaj.wot import tools as wt
@pass_context
def balance_cmd(ctx: Context, pubkeys: str) -> None:
if not has_auth_method():
# check input pubkeys
if not pubkeys:
sys.exit("You should specify one or many pubkeys")
Loading