typing and formatting updates

This commit is contained in:
Jan Petykiewicz 2022-10-18 19:44:30 -07:00
commit ec5c77e018
6 changed files with 142 additions and 120 deletions

View file

@ -1,6 +1,6 @@
import pytest # type: ignore
import numpy # type: ignore
from numpy.testing import assert_allclose, assert_array_equal # type: ignore
import numpy
from numpy.testing import assert_allclose, assert_array_equal
from .. import Grid