| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Hi, @coreegor, thank you for your contribution! Turns out it's a little bit trickier than simply adding py.typed because the API is exposed from a separate module, which is outside the allure_commons package. The solution is to convert allure from a module to a package and I've addressed that in #850. TBH, I should've merged your PR first instead of just replacing it with another one. I apologize for that. |
Sorry, something went wrong.
|
Hi, @delatrie |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Context
Add py.typed marker file for the PEP-561 support
fixes #731
Checklist