Skip to content

Commit

Permalink
Remove duplicate import?
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkram committed Sep 30, 2024
1 parent 8a8b51b commit 9f50789
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions binstar_client/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@
from typing import Any, Callable

import typer
import typer.colors
from anaconda_cli_base.cli import app as main_app
from typer import Typer

from binstar_client import commands as command_module
from binstar_client.scripts.cli import (
Expand Down Expand Up @@ -82,7 +80,7 @@
log = logging.getLogger(__name__)
warnings.simplefilter("always")

app = Typer(
app = typer.Typer(
add_completion=False,
name="org",
help="Interact with anaconda.org",
Expand Down

0 comments on commit 9f50789

Please sign in to comment.