Skip to content

Commit

Permalink
- update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Snedashkovsky committed Feb 15, 2024
1 parent 1f7094d commit 8dc3ab5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cybertensor/commands/stake.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,10 +280,10 @@ def add_args(cls, parser: argparse.ArgumentParser):
from typing import Union
from concurrent.futures import ThreadPoolExecutor

from .utils import DelegatesDetails
from . import defaults
from ..wallet import Wallet
from .. import __console__ as console
from cybertensor.commands.utils import DelegatesDetails
from cybertensor.commands import defaults
from cybertensor.wallet import Wallet
from cybertensor import __console__ as console


def _get_coldkey_wallets_for_path(path: str) -> List["Wallet"]:
Expand Down

0 comments on commit 8dc3ab5

Please sign in to comment.