Skip to content

Commit

Permalink
Remove bad __init__ import
Browse files Browse the repository at this point in the history
  • Loading branch information
MsRandom committed Oct 22, 2024
1 parent 2d50f39 commit 37edf35
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions miner/miner/submit.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
GenerationOutput,
BENCHMARKS_VERSION,
)

from neuron.submission_tester import (
generate_baseline,
compare_checkpoints,
Expand Down
1 change: 0 additions & 1 deletion neuron/neuron/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
from .config import *
from .contest import *
from .random_inputs import *
from .submission_tester import *
2 changes: 1 addition & 1 deletion neuron/neuron/submission_tester/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .testing import *
from .metrics import *
from .vram_monitor import *
from .hash import *
from .hash import *

0 comments on commit 37edf35

Please sign in to comment.