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