Jonxslays / unkey.py

An asynchronous Python SDK for unkey.dev.
https://jonxslays.github.io/unkey.py/
GNU General Public License v3.0
7 stars 1 forks source link

Clean up `protected` decorator types #12

Closed Jonxslays closed 5 months ago

Jonxslays commented 7 months ago

These types currently include Optional in their definition. It would be more correct to exclude the Optional and instead use Optional[ExcHandlerT] for example.