HUB: Update code to 3.11 synbtax

This commit is contained in:
Micke Nordin 2023-09-28 09:27:21 +02:00
parent 7ef709eec8
commit 98d9ea20e2
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -14,7 +14,7 @@ hub:
import json import json
import os import os
import socket import socket
from collections import Mapping from collections.abc import Mapping
from functools import lru_cache from functools import lru_cache
from urllib.parse import urlencode, urlparse from urllib.parse import urlencode, urlparse