Remove no longer required global warning surpression

This commit is contained in:
Dave Astels 2018-12-11 13:30:26 -05:00
parent a0bf477fe9
commit 2e956cd850

View file

@ -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