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