Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg authored Apr 17, 2023
1 parent c7f9f36 commit 901cba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/submission_runner_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
from absl.testing import absltest
from absl.testing import parameterized

import submission_runner
from algorithmic_efficiency.profiler import PassThroughProfiler
import submission_runner

FLAGS = flags.FLAGS
# Needed to avoid UnparsedFlagAccessError
Expand Down

0 comments on commit 901cba3

Please sign in to comment.