MrPowers / quinn

pyspark methods to enhance developer productivity 📣 👯 🎉
https://mrpowers.github.io/quinn/
Apache License 2.0
602 stars 96 forks source link

Fix bad type annotation #154

Closed SemyonSinchenko closed 8 months ago

SemyonSinchenko commented 8 months ago

In function _validate_json type of input argument should be Optional[str] not just str.

Naif-W-Alharthi commented 8 months ago

Could I be assigned this issue?