blob: d1aa5408316514309b22f8f24bd82ba7d6bb541e [file] [log] [blame]
--- vault/lib/python3.10/site-packages/robot/utils/robottypes3.py 2022-11-26 07:00:17.126386733 -0500
+++ .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