Skip to content

Commit d0e9984

Browse files
committed
Fix import order
1 parent bb0733b commit d0e9984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/tests/unit/test_tournament.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
strategy_lists,
2525
tournaments,
2626
)
27-
from axelrod.tournament import _close_objects, MatchChunk
27+
from axelrod.tournament import MatchChunk, _close_objects
2828

2929
C, D = axl.Action.C, axl.Action.D
3030

0 commit comments

Comments
 (0)