online-ml / river

🌊 Online machine learning in Python
https://riverml.xyz
BSD 3-Clause "New" or "Revised" License
4.89k stars 538 forks source link

Fix mypy errors #1562

Closed e10e3 closed 1 week ago

e10e3 commented 2 weeks ago

Mypy was giving off a few errors related to giving a None default value to a parameter that was not optional.

This PR aims to fix these errors. No behaviour was changed.