From 7ff729ecf2ffeffc8442811a7ad5c8a9ab24351c Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 20 Dec 2022 21:44:47 -0500 Subject: Switch from flake8 to ruff (#7920) It's more than 60x faster. --- tests/test_utils.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/test_utils.py') 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 ( -- cgit v1.2.1