Update deprecated collections imports
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"""Bag class definitions."""
|
||||
import heapq
|
||||
from operator import itemgetter
|
||||
from collections import Set, MutableSet, Hashable
|
||||
from collections.abc import Set, MutableSet, Hashable
|
||||
|
||||
from . import _compat
|
||||
|
||||
|
||||
Reference in New Issue
Block a user