diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-05 09:17:50 -0800 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-05 09:17:50 -0800 |
| commit | 8a0489221eb20f9687125cabda64bb16ea3bad0b (patch) | |
| tree | feeb5bd92475e5b9afae327d25adcfd22eee1942 /django/utils/crypto.py | |
| parent | bdca4944647a734fab592ab08c6311e365231287 (diff) | |
Flake8 fixes
Diffstat (limited to 'django/utils/crypto.py')
| -rw-r--r-- | django/utils/crypto.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/django/utils/crypto.py b/django/utils/crypto.py index bef7b2cc4f..963f9e01e8 100644 --- a/django/utils/crypto.py +++ b/django/utils/crypto.py @@ -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 |
