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 ...@@ -24,7 +24,7 @@ import json
import aiohttp import aiohttp
import time import time
import os import os
from typing import Self from typing_extensions import Self
from .settings import client_settings 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