Fix all typing issues

This commit is contained in:
Ayaz Salikhov
2022-01-23 12:44:16 +03:00
parent 013a42fff3
commit 37c510fc8e
25 changed files with 184 additions and 129 deletions

View File

@@ -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