MrPowers / quinn

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

Unnecessary import from 3d party dependencies #152

Closed SemyonSinchenko closed 8 months ago

SemyonSinchenko commented 8 months ago

There are some places in our code where we are using imports from typing-extensions (an example).

Currently typing-extensions is not a mandatory dependency. We should either add it to list of dependencies or do not use it (I like this option more).