Skip to content

Commit cc4c5ec

Browse files
committed
psb: remove unused type comment
1 parent d177602 commit cc4c5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/seabreeze/pyseabreeze/devices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def __new__(
254254
indices : iterable
255255
index of electric dark pixel
256256
"""
257-
return super().__new__(DarkPixelIndices, sorted(set(indices))) # type: ignore
257+
return super().__new__(DarkPixelIndices, sorted(set(indices)))
258258

259259
@classmethod
260260
def from_ranges(cls, *ranges: tuple[int, int]) -> DarkPixelIndices:

0 commit comments

Comments
 (0)