Skip to content

Commit 360d10f

Browse files
committed
fix for 3.8
1 parent 2006b5f commit 360d10f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/rez/utils/data_utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@
1010
import os.path
1111
import json
1212
import functools
13-
from collections.abc import MutableMapping
1413

1514
from rez.vendor.schema.schema import Schema, Optional
1615
from threading import Lock
17-
from typing import Any, Callable, Generic, TypeVar, TYPE_CHECKING
16+
from typing import Any, Callable, Generic, MutableMapping, TypeVar, TYPE_CHECKING
1817

1918
T = TypeVar("T")
2019

0 commit comments

Comments
 (0)