Skip to content

Commit ae7ec03

Browse files
committed
[#696] Fix PEP8 error
1 parent 93117f7 commit ae7ec03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

axelrod/tests/integration/test_filtering.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ def test_boolean_filtering(self):
3737
min_memory_depth=float('inf'),
3838
max_memory_depth=float('inf'),
3939
memory_depth=float('inf'))
40-
def test_memory_depth_filtering(
41-
self, min_memory_depth, max_memory_depth, memory_depth):
40+
def test_memory_depth_filtering(self, min_memory_depth, max_memory_depth,
41+
memory_depth):
4242

4343
min_comprehension = set([
4444
s for s in all_strategies if

0 commit comments

Comments
 (0)