From 2779ab991af335d2c4304a83acead8f8d7fb69ac Mon Sep 17 00:00:00 2001 From: Christoph Stahl Date: Mon, 23 Sep 2024 00:15:44 +0200 Subject: [PATCH] weird error, maybe bug... this fixed it --- syng/client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/syng/client.py b/syng/client.py index 017c424..2ef30e4 100644 --- a/syng/client.py +++ b/syng/client.py @@ -12,6 +12,7 @@ be one of: - `files` """ +from __future__ import annotations import asyncio import datetime import logging