mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-10 11:32:57 +00:00
Fix all typing issues
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
import logging
|
||||
|
||||
import pytest
|
||||
import pytest # type: ignore
|
||||
from pathlib import Path
|
||||
|
||||
from conftest import TrackedContainer
|
||||
@@ -29,7 +29,7 @@ THIS_DIR = Path(__file__).parent.resolve()
|
||||
)
|
||||
def test_matplotlib(
|
||||
container: TrackedContainer, test_file: str, expected_file: str, description: str
|
||||
):
|
||||
) -> None:
|
||||
"""Various tests performed on matplotlib
|
||||
|
||||
- Test that matplotlib is able to plot a graph and write it as an image
|
||||
|
Reference in New Issue
Block a user