mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 14:02:58 +00:00
Fix typing
This commit is contained in:
@@ -30,9 +30,9 @@ LOGGER = logging.getLogger(__name__)
|
|||||||
def test_start_notebook(
|
def test_start_notebook(
|
||||||
container: TrackedContainer,
|
container: TrackedContainer,
|
||||||
http_client: requests.Session,
|
http_client: requests.Session,
|
||||||
env: Optional[list],
|
env: Optional[list[str]],
|
||||||
expected_server: str,
|
expected_server: str,
|
||||||
expected_warnings: list,
|
expected_warnings: list[str],
|
||||||
) -> None:
|
) -> None:
|
||||||
"""Test the notebook start-notebook script"""
|
"""Test the notebook start-notebook script"""
|
||||||
LOGGER.info(
|
LOGGER.info(
|
||||||
|
Reference in New Issue
Block a user