mirror of
https://github.com/TheAlgorithms/Python.git
synced 2026-03-13 09:50:19 +08:00
[mypy] Added/fixed type annotations for "rotate_matrix.py" & "test_matrix_operation.py" (#4221)
* [mypy] Added/fixed type annotations for "rotate_matrix.py" * [mypy] Added/fixed type annotations for "test_matrix_operation.py"
This commit is contained in:
@@ -12,7 +12,7 @@ import logging
|
||||
import sys
|
||||
|
||||
import numpy as np
|
||||
import pytest
|
||||
import pytest # type: ignore
|
||||
|
||||
# Custom/local libraries
|
||||
from matrix import matrix_operation as matop
|
||||
|
||||
Reference in New Issue
Block a user