mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2025-05-13 18:38:23 +00:00
Remove no longer needed type: ignore comment from .__main__
This commit is contained in:
parent
0642b1e8bf
commit
d74dbc41ba
@ -307,7 +307,7 @@ def show_filtered_resources(resources: typing.Sequence[api.Resource], format: st
|
|||||||
elif format == "raw":
|
elif format == "raw":
|
||||||
# Data only as raw bytes
|
# Data only as raw bytes
|
||||||
|
|
||||||
shutil.copyfileobj(f, sys.stdout.buffer) # type: ignore # Workaround for python/mypy#8962
|
shutil.copyfileobj(f, sys.stdout.buffer)
|
||||||
elif format == "derez":
|
elif format == "derez":
|
||||||
# Like DeRez with no resource definitions
|
# Like DeRez with no resource definitions
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user