microsoft/picologging

Bug: missing py.typed

Closed this issue · 1 comments

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.

Resolved in #100