Skip to content

Commit

Permalink
Fix wrong imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MsRandom committed Nov 25, 2024
1 parent 95e3baf commit 1d35f21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions neuron/neuron/submissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
from substrateinterface import SubstrateInterface, Keypair
from substrateinterface.storage import StorageKey

from . import ACTIVE_CONTESTS
from .checkpoint import CheckpointSubmission, SPEC_VERSION, Key, MinerModelInfo
from .contest import ModelRepositoryInfo, find_contest
from .contest import ModelRepositoryInfo, find_contest, ACTIVE_CONTESTS
from .network_commitments import Encoder, Decoder


Expand Down
2 changes: 0 additions & 2 deletions validator/weight_setting/benchmarking_api.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import time
from collections import defaultdict
from itertools import islice
from math import ceil
from operator import itemgetter

import requests
from fiber.logging_utils import get_logger
Expand Down

0 comments on commit 1d35f21

Please sign in to comment.