Skip to content

Commit

Permalink
Add new type ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner authored and renovate[bot] committed Nov 4, 2024
1 parent 40d045c commit f229122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tilecloud_chain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1560,7 +1560,7 @@ def __call__(self, tile: Tile) -> Tile:
assert tile.data
_LOGGER.exception("%s: %s", str(ex), tile.data)
raise
for px in image.getdata():
for px in image.getdata(): # type: ignore[attr-defined]
if ref is None:
ref = px
elif px != ref:
Expand Down

0 comments on commit f229122

Please sign in to comment.