Remove unnecessary test imports. (#576)

This commit is contained in:
Felix Fontein
2023-02-12 20:59:55 +01:00
committed by GitHub
parent 65d1881f12
commit b08f6eefe8
9 changed files with 8 additions and 13 deletions

View File

@@ -8,7 +8,6 @@ from __future__ import absolute_import, division, print_function
__metaclass__ = type
import re
import sys
import cryptography
import pytest