mirror of
https://github.com/django/django.git
synced 2025-01-18 14:24:39 +00:00
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…
x
Reference in New Issue
Block a user