blob: ae8619aa394833c2c72564a9136c805408d8b2d4 [file] [log] [blame]
Joey Armstrong498c8c72024-05-01 18:11:48 -04001--- vault/lib/python3.10/site-packages/robot/utils/normalizing.py 2022-11-26 06:59:47.438751606 -0500
2+++ .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