aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-01-01 17:21:59 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2015-01-01 17:21:59 -0800
commit408fc4ee2833fcd5db315564f7f6961ec426365b (patch)
treeb4c1c537156e994f837f622292fbe16a1bb785b3 /src
parent307939e80ac9c4da73ed66e08a6eb13c388ccee0 (diff)
downloadcryptography-408fc4ee2833fcd5db315564f7f6961ec426365b.tar.gz
cryptography-408fc4ee2833fcd5db315564f7f6961ec426365b.tar.bz2
cryptography-408fc4ee2833fcd5db315564f7f6961ec426365b.zip
flake8
Diffstat (limited to 'src')
-rw-r--r--src/cryptography/utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cryptography/utils.py b/src/cryptography/utils.py
index 250e14b4..72f9a347 100644
--- a/src/cryptography/utils.py
+++ b/src/cryptography/utils.py
@@ -83,7 +83,6 @@ class _ModuleWithDeprecations(object):
return ["_module"] + dir(self._module)
-
def deprecated(value, module_name, message, warning_class):
module = sys.modules[module_name]
if not isinstance(module, _ModuleWithDeprecations):