Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Importing ABC directly from collections has been deprecated and will be removed in Python 3.10 #152

Open
tirkarthi opened this issue Jun 20, 2020 · 0 comments

Comments

@tirkarthi
Copy link

Use collections.abc for Python 3 and collections for Python 2.

src/pypom/page.py
20:    if isinstance(arg, collections.Iterable) and not isinstance(arg, str):
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant