blob: 399a769613750b6c81512443249bd890692fd9c3 [file] [log] [blame]
--- vault/lib/python3.10/site-packages/robot/utils/robottypes3.py 2022-11-26 07:00:17.126386733 -0500
+++ vst_venv/lib/python3.10/site-packages/robot/utils/robottypes3.py 2022-11-26 06:57:29.956476232 -0500
@@ -13,12 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-try: # python >= 3.10
- from collections.abc import Mapping
- from collections import UserString
-except ImportError: # python 2x
- from collections import Mapping, UserString
-
+from collections import Mapping, UserString
from io import IOBase
from .platform import RERAISED_EXCEPTIONS