Bug: missing py.typed
Goldziher opened this issue · 1 comments
Goldziher commented
Hi, Currently there is no py.typed file in the package, which causes issues such as this:
starlite/logging/picologging.py:9: error: Class cannot subclass "QueueHandler" (has type "Any") [misc]
Found 1 error in 1 file (checked 3 source files)
I will add a nano PR for this.
tonybaloney commented
Resolved in #100