Skip to content

Commit 2c0bf78

Browse files
committed
Added isort:skip
1 parent 89078dd commit 2c0bf78

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

axelrod/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# isort:skip_file
12
DEFAULT_TURNS = 200
23

34
# The order of imports matters!

axelrod/strategies/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# isort:skip_file
12
from ..classifier import Classifiers
23
from ._strategies import *
34
from ._filters import passes_filterset

axelrod/strategies/_strategies.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
ReactivePlayer,
1919
MemoryOnePlayer
2020
)
21+
isort:skip_file
2122
"""
2223
from .adaptive import Adaptive
2324
from .adaptor import AdaptorBrief, AdaptorLong

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# isort:skip_file
12
# -*- coding: utf-8 -*-
23
#
34
# Axelrod documentation build configuration file, created by

0 commit comments

Comments
 (0)