Skip to content

Commit 360758c

Browse files
committed
PEP8
1 parent 1eccfb0 commit 360758c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

axelrod/tests/unit/test_resultset.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@ def test_self_interaction_for_random_strategies(self):
372372
results = tournament.play()
373373
self.assertEqual(results.payoff_diffs_means[-1][-1], 1.0)
374374

375+
375376
class TestResultSetFromFile(unittest.TestCase):
376377
tmp_file = tempfile.NamedTemporaryFile(mode='w', delete=False)
377378
tournament = axelrod.Tournament(

0 commit comments

Comments
 (0)