This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 657
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deprecation): fix collections.abc imports
As of Python 3.7, importing ABCs directly from collections has been deprecated. > DeprecationWarning: Using or importing the ABCs from 'collections' > instead of from 'collections.abc' is deprecated, and in 3.8 it > will stop working.
- Loading branch information
1 parent
97b7d56
commit c4403f2
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters