blob: fc9ddd48b39e285ba2358248453057c0d9797499 [file] [log] [blame]
--- vault/lib/python3.10/site-packages/robot/utils/normalizing.py 2022-11-26 06:59:47.438751606 -0500
+++ vst_venv/lib/python3.10/site-packages/robot/utils/normalizing.py 2022-11-26 06:57:29.960476182 -0500
@@ -13,10 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-try: # python >= 3.10
- from collections.abc import MutableMapping
-except ImportError: # python 2x
- from collections import MutableMapping
+from collections import MutableMapping
from .platform import IRONPYTHON, PY_VERSION, PY3
from .robottypes import is_dict_like, is_unicode