blob: 399a769613750b6c81512443249bd890692fd9c3 [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
2+++ vst_venv/lib/python3.10/site-packages/robot/utils/robottypes3.py 2022-11-26 06:57:29.956476232 -0500
3@@ -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