Remove no longer needed type: ignore comment from .__main__

This commit is contained in:
dgelessus 2020-11-01 19:13:11 +01:00
parent 0642b1e8bf
commit d74dbc41ba
1 changed files with 1 additions and 1 deletions

View File

@ -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