Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
Yan Georget committed Dec 20, 2024
1 parent 33b67aa commit 67a5c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/examples/test_tsp.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
###############################################################################
import pytest

from nucs.constants import STATS_IDX_SOLVER_SOLUTION_NB, OPT_PRUNE
from nucs.constants import OPT_PRUNE, STATS_IDX_SOLVER_SOLUTION_NB
from nucs.examples.tsp.tsp_instances import TSP_INSTANCES
from nucs.examples.tsp.tsp_problem import TSPProblem
from nucs.examples.tsp.tsp_var_heuristic import tsp_var_heuristic
Expand Down

0 comments on commit 67a5c3e

Please sign in to comment.