From 2a29be5d6a7e6be9d79c67d7ff1210e93b09ad29 Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Fri, 19 May 2023 16:23:42 -0300 Subject: [PATCH] test: Remove unused import --- ietf/ietfauth/tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ietf/ietfauth/tests.py b/ietf/ietfauth/tests.py index 46fc2dc34..0e5fcb3c4 100644 --- a/ietf/ietfauth/tests.py +++ b/ietf/ietfauth/tests.py @@ -12,7 +12,6 @@ import requests_mock import shutil import time import urllib -import warnings from .factories import OidClientRecordFactory from Cryptodome.PublicKey import RSA