Disable global check (could use a class but it seems like overkill)

This commit is contained in:
Dave Astels 2018-11-16 16:13:50 -05:00
parent 371a0db129
commit 6bbaed41d5

View file

@ -12,6 +12,8 @@ Licensed under the MIT license.
All text above must be included in any redistribution.
"""
# pylint: disable=global-statement
import math
import time
import random