Skip to content

Commit 69b55ec

Browse files
committed
Removed more items.
1 parent db58ca2 commit 69b55ec

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

bittensor/utils/easy_imports.py

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -131,23 +131,6 @@
131131
subtensor = Subtensor
132132
synapse = Synapse
133133

134-
__blocktime__ = BLOCKTIME
135-
__network_explorer_map__ = settings.NETWORK_EXPLORER_MAP
136-
__pipaddress__ = settings.PIPADDRESS
137-
__ss58_format__ = settings.SS58_FORMAT
138-
__type_registry__ = settings.TYPE_REGISTRY
139-
__ss58_address_length__ = settings.SS58_ADDRESS_LENGTH
140-
141-
__networks__ = settings.NETWORKS
142-
143-
__finney_entrypoint__ = settings.FINNEY_ENTRYPOINT
144-
__finney_test_entrypoint__ = settings.FINNEY_TEST_ENTRYPOINT
145-
__archive_entrypoint__ = settings.ARCHIVE_ENTRYPOINT
146-
__local_entrypoint__ = settings.LOCAL_ENTRYPOINT
147-
148-
__tao_symbol__ = settings.TAO_SYMBOL
149-
__rao_symbol__ = settings.RAO_SYMBOL
150-
151134
# Makes the `bittensor.utils.mock` subpackage available as `bittensor.mock` for backwards compatibility.
152135
mock_subpackage = importlib.import_module("bittensor.utils.mock")
153136
sys.modules["bittensor.mock"] = mock_subpackage

0 commit comments

Comments
 (0)