Flake8 fixes
This commit is contained in:
parent
bdca494464
commit
8a0489221e
|
@ -234,7 +234,6 @@ def kqueue_code_changed():
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def code_changed():
|
def code_changed():
|
||||||
global _mtimes, _win
|
global _mtimes, _win
|
||||||
for filename in gen_filenames():
|
for filename in gen_filenames():
|
||||||
|
|
|
@ -7,9 +7,7 @@ import hmac
|
||||||
import struct
|
import struct
|
||||||
import hashlib
|
import hashlib
|
||||||
import binascii
|
import binascii
|
||||||
import operator
|
|
||||||
import time
|
import time
|
||||||
from functools import reduce
|
|
||||||
|
|
||||||
# Use the system PRNG if possible
|
# Use the system PRNG if possible
|
||||||
import random
|
import random
|
||||||
|
|
Loading…
Reference in New Issue