FelixTheC / strongtyping

Decorator which checks whether the function is called with the correct type of parameters.
https://pypi.org/project/strongtyping/
108 stars 3 forks source link

fix: use correct type annotation #114

Closed FelixTheC closed 1 year ago

FelixTheC commented 1 year ago

Fix type annotation in typed_namedtuple

codecov[bot] commented 1 year ago

Codecov Report

Merging #114 (0753a4b) into py_3_10 (19ad941) will decrease coverage by 0.05%. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           py_3_10     #114      +/-   ##
===========================================
- Coverage    89.82%   89.77%   -0.06%     
===========================================
  Files           27       27              
  Lines         3107     3089      -18     
===========================================
- Hits          2791     2773      -18     
  Misses         316      316              
Impacted Files Coverage Δ
strongtyping/type_namedtuple.py 94.00% <ø> (ø)
strongtyping/tests/test_typed_namedtuple.py 99.13% <100.00%> (-0.12%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.