Commit 8a048922 authored by Alex Gaynor's avatar Alex Gaynor
Browse files

Flake8 fixes

parent bdca4944
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -234,7 +234,6 @@ def kqueue_code_changed():
        return True



def code_changed():
    global _mtimes, _win
    for filename in gen_filenames():
+0 −2
Original line number Diff line number Diff line
@@ -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