mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:46:01 -04:00
Fix deprecation warning: import ABC from collections.abc (#7892)
This commit is contained in:
parent
5ecf98f59e
commit
a7b06a81f0
5 changed files with 7 additions and 6 deletions
|
@ -14,7 +14,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
import heapq
|
||||
from collections import Iterable
|
||||
from collections.abc import Iterable
|
||||
from typing import List, Tuple, Type
|
||||
|
||||
import attr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue