Disable global check (could use a class but it seems like overkill)
This commit is contained in:
parent
371a0db129
commit
6bbaed41d5
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue