Skip to content

Commit b380fac

Browse files
Merge pull request #710 from neutrinoceros/typ/drop-comment
TYP: drop unused `ty: ignore` comment
2 parents c9d1123 + f6514f4 commit b380fac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nonos/api/analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def plot(
162162
)
163163
kw.update({"vmin": vmin, "vmax": vmax})
164164

165-
artist = im = ax.pcolormesh(aval, oval, data, cmap=cmap, **(kwargs | kw)) # ty: ignore[invalid-argument-type]
165+
artist = im = ax.pcolormesh(aval, oval, data, cmap=cmap, **(kwargs | kw))
166166
ax.set(
167167
xlim=(aval.min(), aval.max()),
168168
ylim=(oval.min(), oval.max()),

0 commit comments

Comments
 (0)