Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
ifrit98 committed Mar 8, 2024
1 parent b26b14c commit 6762518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bittensor/metagraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,8 +506,8 @@ def sync(
subtensor = self._initialize_subtensor(subtensor)

if (
subtensor.chain_endpoint != bittensor.__archive_entrypoint__ # type: ignore
or subtensor.network != "archive" # type: ignore
subtensor.chain_endpoint != bittensor.__archive_entrypoint__ # type: ignore
or subtensor.network != "archive" # type: ignore
):
cur_block = subtensor.get_current_block() # type: ignore
if block and block < (cur_block - 300):
Expand Down

0 comments on commit 6762518

Please sign in to comment.