From 4ed5043c67848bf717e48bc509d959422c8faeb6 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sat, 30 May 2015 12:03:13 +1200 Subject: Add coding style check, reformat. --- test/test_language_actions.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/test_language_actions.py') diff --git a/test/test_language_actions.py b/test/test_language_actions.py index b7361dff..16d54806 100644 --- a/test/test_language_actions.py +++ b/test/test_language_actions.py @@ -113,8 +113,7 @@ class Test_Action: c = actions.DisconnectAt(0) assert a < b assert a == c - l = [b, a] - l.sort() + l = sorted([b, a]) assert l[0].offset == 0 def test_resolve(self): -- cgit v1.2.3