comment unused import
This commit is contained in:
parent
5a20339eab
commit
f84a75f35a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import pytest # type: ignore
|
||||
import numpy
|
||||
from numpy.testing import assert_allclose, assert_array_equal
|
||||
from numpy.testing import assert_allclose #, assert_array_equal
|
||||
|
||||
from .. import Grid
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue