Skip to content

Commit b0e00fe

Browse files
committed
Rerun isort
1 parent 57d4034 commit b0e00fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/random_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
from typing import Optional
2+
23
import numpy as np
34
from axelrod.action import Action
45
from numpy.random import RandomState
56

6-
77
C, D = Action.C, Action.D
88

99

0 commit comments

Comments
 (0)