mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-14 13:32:56 +00:00
Fix typing
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user