Resolve deprecation notice for import of an ABC from collections module
This commit is contained in:
parent
503622438a
commit
ba0e9baffa
@ -1,4 +1,4 @@
|
|||||||
from collections import MutableSequence
|
from collections.abc import MutableSequence
|
||||||
|
|
||||||
|
|
||||||
class BlueprintGroup(MutableSequence):
|
class BlueprintGroup(MutableSequence):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user