Skip to content

Commit 20e6b90

Browse files
committed
Fix ordering of imports.
1 parent aa3a2c2 commit 20e6b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/tests/unit/test_strategy_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import unittest
44

5-
from hypothesis import given, settings, HealthCheck
5+
from hypothesis import HealthCheck, given, settings
66
from hypothesis.strategies import integers, lists, sampled_from
77

88
import axelrod as axl

0 commit comments

Comments
 (0)