aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utils.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-04-20 14:41:14 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-04-20 14:41:14 -0700
commit8f70f8c94739b0fe9719fc8c1a21f2bcf07a6e13 (patch)
treed7473fe07675b66e812fd00ac6ce24bcabccd892 /tests/utils.py
parentb8ba9e0fe330e213a93bd32b1368bf839d4d9ec7 (diff)
parent707b0085cb1034e6a8e6faed6a78bc675b878fd4 (diff)
downloadcryptography-8f70f8c94739b0fe9719fc8c1a21f2bcf07a6e13.tar.gz
cryptography-8f70f8c94739b0fe9719fc8c1a21f2bcf07a6e13.tar.bz2
cryptography-8f70f8c94739b0fe9719fc8c1a21f2bcf07a6e13.zip
Merge pull request #838 from public/import-order-lint
Enable import order linter
Diffstat (limited to 'tests/utils.py')
-rw-r--r--tests/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils.py b/tests/utils.py
index c38ba7ff..63560395 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -15,8 +15,8 @@ from __future__ import absolute_import, division, print_function
import binascii
import collections
-from contextlib import contextmanager
import re
+from contextlib import contextmanager
import pytest