From 2e956cd850cd5816bf08e10d114c57555ce9cecf Mon Sep 17 00:00:00 2001 From: Dave Astels Date: Tue, 11 Dec 2018 13:30:26 -0500 Subject: [PATCH] Remove no longer required global warning surpression --- NeoTrellis_M4_Memory_Game/code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoTrellis_M4_Memory_Game/code.py b/NeoTrellis_M4_Memory_Game/code.py index ce882ada..1f7084d1 100644 --- a/NeoTrellis_M4_Memory_Game/code.py +++ b/NeoTrellis_M4_Memory_Game/code.py @@ -12,7 +12,7 @@ Licensed under the MIT license. All text above must be included in any redistribution. """ -# pylint: disable=global-statement,stop-iteration-return +# pylint: disable=stop-iteration-return import time import random