Skip to content

MutableMapping can no longer be imported via collections #31

Description

@YoavMeiri

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions