arkouda
arkouda copied to clipboard
some functions in the arkouda python package are annotated but not `@typechecked`
some functions in the arkouda python package are annotated but not @typechecked
Here is an example of missing @typechecked decorator
https://github.com/Bears-R-Us/arkouda/blob/d2b490465f0aa833482d219a7ac7a0043b050651/arkouda/pdarraycreation.py#L108-L110
should we scrub the files and make sure we add/re-add @typechecked to functions?