uktrade / stream-zip

Python function to construct a ZIP archive on the fly
https://stream-zip.docs.trade.gov.uk/
MIT License
111 stars 9 forks source link

feat: avoid mypy errors about empty body of an abstract method #129

Closed michalc closed 5 months ago

michalc commented 5 months ago

Maybe could replace with with a custom Protocol in a later version, but this is the smallest step that sorts some type checking issues.