From 6dcf9a3a14e2fd3e0b11422867fb49562081f420 Mon Sep 17 00:00:00 2001 From: nvbn Date: Tue, 1 Sep 2015 15:32:23 +0300 Subject: [PATCH] Fix python 2 support --- tests/test_types.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_types.py b/tests/test_types.py index c17f7a58..e8028aa1 100644 --- a/tests/test_types.py +++ b/tests/test_types.py @@ -23,7 +23,6 @@ class TestSortedCorrectedCommandsSequence(object): should_realise = False def gen(): - nonlocal should_realise yield CorrectedCommand('git commit') yield CorrectedCommand('git branch', priority=200) assert should_realise