mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2025-09-25 09:24:38 +00:00
Remove no longer needed type: ignore comment from .__main__
This commit is contained in:
@@ -307,7 +307,7 @@ def show_filtered_resources(resources: typing.Sequence[api.Resource], format: st
|
||||
elif format == "raw":
|
||||
# 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":
|
||||
# Like DeRez with no resource definitions
|
||||
|
||||
|
Reference in New Issue
Block a user