numpy / numpy-stubs

Experimental typing stubs for NumPy
BSD 3-Clause "New" or "Revised" License
282 stars 32 forks source link

Use _DtypeLike instead of Optional[dtype] #81

Closed unnonouno closed 4 years ago

unnonouno commented 4 years ago

I think _DtypeLike is better than Optional[dtype]. Can you replace them?

unnonouno commented 4 years ago

Ok, thank you. I replaced them.

person142 commented 4 years ago

Thanks @unnonouno.

unnonouno commented 4 years ago

Thank you!