Skip to content

Commit 49e84b0

Browse files
committed
more accurate dtype
1 parent 4731a0b commit 49e84b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spynnaker/pyNN/utilities/struct.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from typing import Any, Dict, List, Mapping, Optional, Sequence, Tuple, Union
1717

1818
import numpy
19-
from numpy import uint8, uint32, integer
19+
from numpy import uint8, uint32
2020
from numpy.typing import NDArray
2121
from pyNN.random import RandomDistribution
2222
from typing_extensions import TypeAlias

0 commit comments

Comments
 (0)