blob: d1aa5408316514309b22f8f24bd82ba7d6bb541e [file] [log] [blame]
Joey Armstrong36592e32022-11-28 09:00:28 -05001--- vault/lib/python3.10/site-packages/robot/utils/robottypes3.py 2022-11-26 07:00:17.126386733 -0500
Joey Armstrong449ce7a2023-07-18 18:32:24 -04002+++ .venv/lib/python3.10/site-packages/robot/utils/robottypes3.py 2022-11-26 06:57:29.956476232 -0500
Joey Armstrong36592e32022-11-28 09:00:28 -05003@@ -13,12 +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 Mapping
9- from collections import UserString
10-except ImportError: # python 2x
11- from collections import Mapping, UserString
12-
13+from collections import Mapping, UserString
14 from io import IOBase
15
16 from .platform import RERAISED_EXCEPTIONS