flake8 fix, refs #331

This commit is contained in:
Simon Willison 2021-11-14 15:24:15 -08:00
commit adea5bc396

View file

@ -69,5 +69,6 @@ setup(
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
],
zip_safe=False, # For mypy and py.typed
# Needed to bundle py.typed so mypy can see it:
zip_safe=False,
)