File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
import bittensor
2
2
import bittensor as bt
3
3
from substrateinterface import Keypair
4
- from bittensor .errors import SynapseDendriteNoneException
4
+ from bittensor .core . errors import SynapseDendriteNoneException
5
5
6
6
7
7
class CortexAxon (bt .axon ):
Original file line number Diff line number Diff line change @@ -171,8 +171,6 @@ def get_config() -> (bt.config, Config):
171
171
# Activating the parser to read any command-line inputs.
172
172
# To print help message, run python3 template/miner.py --help
173
173
bt_config = bt .config (parser )
174
- bt .configs .append (bt_config )
175
- bt_config = bt .config .merge_all (bt .configs )
176
174
177
175
# Logging captures events for diagnosis or understanding miner's behavior.
178
176
full_path = Path (f"{ bt_config .logging .logging_dir } /{ bt_config .wallet .name } /{ bt_config .wallet .hotkey } "
You can’t perform that action at this time.
0 commit comments