honey-team / ufpy

Ufpy (Useful Python) - package for Python with some useful features
https://honey-team.github.io/ufpy-website
MIT License
3 stars 3 forks source link

Invalid: In UDict is better to use `from __future__ import annotations` for deleting string annotations #19

Closed bleudev closed 5 months ago

bleudev commented 5 months ago

In #11 i'd seen that it's possible to just add from __future__ import annotations in start of file and you haven't to use string annotations. I want to implement this to UDict.