Skip to content

Commit

Permalink
Merge pull request #711 from anaconda/mcg1969-patch-1
Browse files Browse the repository at this point in the history
Remove duplicate import
  • Loading branch information
mattkram authored Aug 28, 2024
2 parents b3e65b9 + ed32693 commit bb5b565
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions binstar_client/utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
import yaml
from platformdirs import PlatformDirs

try:
from conda.gateways import anaconda_client as c_client
except ImportError:
c_client = None

try:
from conda.gateways import anaconda_client as c_client
except ImportError:
Expand Down

0 comments on commit bb5b565

Please sign in to comment.