Skip to content

Commit

Permalink
undelegate
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene-hu committed Feb 27, 2023
1 parent bc69c76 commit fcf5b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bittensor/_subtensor/subtensor_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from .extrinsics.registration import register_extrinsic
from .extrinsics.transfer import transfer_extrinsic
from .extrinsics.set_weights import set_weights_extrinsic
from .extrinsics.delegation import delegate_extrinsic, nominate_extrinsic
from .extrinsics.delegation import delegate_extrinsic, nominate_extrinsic,undelegate_extrinsic

# Logging
from loguru import logger
Expand Down

0 comments on commit fcf5b81

Please sign in to comment.