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