GispoCoding/eis_toolkit

Import all type classes from beartype.typing

msorvoja opened this issue · 0 comments

Currently, type classes are imported both from typing and beartype.typing. Some type classes from typing give deprecation warnings. We should import all class types from same package if there are no reasons to avoid this.