Skip to content

Replace abc.ABCMeta with abc.ABC#310

Merged
mergify[bot] merged 2 commits intojd:masterfrom
and-semakin:replace_abcmeta_with_abc
Jun 24, 2021
Merged

Replace abc.ABCMeta with abc.ABC#310
mergify[bot] merged 2 commits intojd:masterfrom
and-semakin:replace_abcmeta_with_abc

Conversation

@and-semakin
Copy link
Copy Markdown
Contributor

abc.ABC is available in Python 3.4+ and is a simpler alternative to abc.ABCMeta. As tenacity no longer supports Python 2.7, we could use it.

@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented Jun 24, 2021

⚠️ No release notes detected. Please make sure to use reno to add a changelog entry.

@and-semakin
Copy link
Copy Markdown
Contributor Author

I don't add a changelog entry because it could be treated as a part of Python 2 deprecation.

@jd jd added the no-changelog No changelog needed label Jun 24, 2021
@mergify mergify Bot merged commit b4d8d6b into jd:master Jun 24, 2021
@and-semakin and-semakin deleted the replace_abcmeta_with_abc branch June 24, 2021 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-changelog No changelog needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants