diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-07-07 15:47:30 -0700 | 
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-07-07 15:47:30 -0700 | 
| commit | e8845dc7bcf215550599acb6c2851b7fd4b6d098 (patch) | |
| tree | 905e257f9c9ed112f6c1b238f6bb7db133d9955b /cryptography | |
| parent | d77b97a4226b83e1c00e2673c11662a8b5422639 (diff) | |
| download | cryptography-e8845dc7bcf215550599acb6c2851b7fd4b6d098.tar.gz cryptography-e8845dc7bcf215550599acb6c2851b7fd4b6d098.tar.bz2 cryptography-e8845dc7bcf215550599acb6c2851b7fd4b6d098.zip  | |
Unused import
Diffstat (limited to 'cryptography')
| -rw-r--r-- | cryptography/hazmat/primitives/asymmetric/padding.py | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/cryptography/hazmat/primitives/asymmetric/padding.py b/cryptography/hazmat/primitives/asymmetric/padding.py index 2ed73d1b..5fceb35f 100644 --- a/cryptography/hazmat/primitives/asymmetric/padding.py +++ b/cryptography/hazmat/primitives/asymmetric/padding.py @@ -13,8 +13,6 @@  from __future__ import absolute_import, division, print_function -import warnings -  import six  from cryptography import utils  | 
