Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
runame committed Nov 3, 2023
1 parent c3a6f43 commit 4151e09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scoring/score_submission.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
from absl import logging
import scoring_utils

from algorithmic_efficiency import workloads
import scoring
from scoring import scoring

flags.DEFINE_string(
'experiment_path',
Expand Down

0 comments on commit 4151e09

Please sign in to comment.