Fix linting

This commit is contained in:
Lev Vereshchagin 2022-05-01 17:26:55 +03:00
parent 31518803ad
commit dbccc8fc19

View file

@ -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