Fix typing

This commit is contained in:
Ayaz Salikhov
2022-01-19 23:37:45 +02:00
committed by GitHub
parent de087bb1a3
commit 39ae7d2202

View File

@@ -30,9 +30,9 @@ LOGGER = logging.getLogger(__name__)
def test_start_notebook(
container: TrackedContainer,
http_client: requests.Session,
env: Optional[list],
env: Optional[list[str]],
expected_server: str,
expected_warnings: list,
expected_warnings: list[str],
) -> None:
"""Test the notebook start-notebook script"""
LOGGER.info(