danieledwardgeorgehitchcock / ripple-energy

Python Module For Ripple Energy
MIT License
5 stars 1 forks source link

Check Date Wrapper Function Requires Type Ignores To Pass MyPy Validation #17

Closed danieledwardgeorgehitchcock closed 11 months ago

danieledwardgeorgehitchcock commented 11 months ago

Type ignores are required here as there doesn't appear to be a type friendly asynchronous way of wrapping a function.

It would be great if there was a way to refactor this function to make the code completely PEP484 compliant.