diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2022-12-20 21:44:47 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-21 09:44:47 +0700 |
| commit | 7ff729ecf2ffeffc8442811a7ad5c8a9ab24351c (patch) | |
| tree | d76a1971dcfa7ccf567bae9032799c475a955207 /tests/test_utils.py | |
| parent | 4868142f4193c441b4995f54c70caad7b06dc093 (diff) | |
| download | cryptography-7ff729ecf2ffeffc8442811a7ad5c8a9ab24351c.tar.gz | |
Switch from flake8 to ruff (#7920)
It's more than 60x faster.
Diffstat (limited to 'tests/test_utils.py')
| -rw-r--r-- | tests/test_utils.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/test_utils.py b/tests/test_utils.py index 8b07c91b0..9f6e27150 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -9,14 +9,12 @@ import os import textwrap import pretend - import pytest import cryptography import cryptography.utils -from cryptography.exceptions import UnsupportedAlgorithm, _Reasons - import cryptography_vectors +from cryptography.exceptions import UnsupportedAlgorithm, _Reasons from . import deprecated_module from .utils import ( |
