"vscode:/vscode.git/clone" did not exist on "02631d6761221b229bdec67f64207297431a8094"
Unverified Commit dfdfb32c authored by Jakob Görgen's avatar Jakob Görgen
Browse files

symphony/client: fixed Self import in auth due to python version

parent 044d162a
......@@ -24,7 +24,7 @@ import json
import aiohttp
import time
import os
from typing import Self
from typing_extensions import Self
from .settings import client_settings
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment