When running `from hrv.rri import RRi` The error was [cannot import name 'MutableMapping' from 'collections'] Might want to change line 18 in rri.py to `from collections.abc import MutableMapping` (python 3.11.3)
When running
from hrv.rri import RRiThe error was [cannot import name 'MutableMapping' from 'collections']
Might want to change line 18 in rri.py to
from collections.abc import MutableMapping(python 3.11.3)