Update to isort and black 24

This commit is contained in:
2024-08-16 14:27:46 -04:00
parent 13cfb8616c
commit ddbf442a30
10 changed files with 12 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
"""Helper functions for the :func:`tox_on_install` hook"""
import collections
import concurrent.futures
import contextlib
@@ -20,6 +21,7 @@ from tox_poetry_installer import constants
from tox_poetry_installer import exceptions
from tox_poetry_installer import logger
if typing.TYPE_CHECKING:
from tox_poetry_installer import _poetry