Flake8 fixes

This commit is contained in:
Alex Gaynor 2013-11-05 09:17:50 -08:00
parent bdca494464
commit 8a0489221e
2 changed files with 0 additions and 3 deletions

View File

@ -234,7 +234,6 @@ def kqueue_code_changed():
return True
def code_changed():
global _mtimes, _win
for filename in gen_filenames():

View File

@ -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