Remove no longer required global warning surpression
This commit is contained in:
parent
a0bf477fe9
commit
2e956cd850
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ Licensed under the MIT license.
|
||||||
All text above must be included in any redistribution.
|
All text above must be included in any redistribution.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# pylint: disable=global-statement,stop-iteration-return
|
# pylint: disable=stop-iteration-return
|
||||||
|
|
||||||
import time
|
import time
|
||||||
import random
|
import random
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue