Fix isort

This commit is contained in:
László Károlyi 2021-09-15 18:35:51 +02:00
parent 4359436f2a
commit 85ecd1a600
Signed by: karolyi
GPG Key ID: 2DCAF25E55735BFE
2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
from pathlib import Path
from subprocess import check_output, STDOUT
from shutil import rmtree
from subprocess import STDOUT, check_output
from tarfile import TarInfo
from tarfile import open as tar_open
from unittest.case import TestCase
from shutil import rmtree
try:
# OSX Homebrew fix: https://stackoverflow.com/a/53190037/1067833

View File

@ -1,6 +1,6 @@
from logging import getLogger
from typing import Optional
from ssl import SSLContext
from typing import Optional
from .dns_check import dns_check
from .domainlist_check import domainlist_check