From dbccc8fc198d0ca67c612bbfc965a6322d034a26 Mon Sep 17 00:00:00 2001 From: Lev Vereshchagin Date: Sun, 1 May 2022 17:26:55 +0300 Subject: [PATCH] Fix linting --- tests/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/utils.py b/tests/utils.py index e4e96930..fc12198b 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -1,9 +1,9 @@ -from contextlib import suppress import os import ssl import subprocess import sys import time +from contextlib import suppress from typing import Callable, Optional from urllib.error import HTTPError, URLError from urllib.request import Request, urlopen