Samarium
Samarium copied to clipboard
Improve Table generics
⚠️ Make sure to contribute to the 0.7.0 branch! |
|---|
src/samarium/classes/base.py@Table is declared as a generic type but the parametrization is never used because the __init__ doesn't deal with that at all. The entire type's type hints could be improved with proper parametrization.