Skip to content

Commit

Permalink
apio install: update '--list'
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Mar 15, 2024
1 parent b4616ba commit c393a7c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apio/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ def list_packages(self, installed=True, notinstalled=True):
click.echo()
click.secho(dline, fg="green")
click.secho("Installed packages:", fg="green")


for package in installed_packages:
click.secho(line)
Expand Down Expand Up @@ -262,7 +261,6 @@ def list_packages(self, installed=True, notinstalled=True):

click.secho(dline, fg="yellow")
click.echo(f"Total: {len(notinstalled_packages)}")


click.echo("\n")

Expand Down

0 comments on commit c393a7c

Please sign in to comment.