i dont understand this behaviour but okay fine

This commit is contained in:
Joel Falknau 2025-10-27 19:51:29 +10:00
parent d3069db046
commit 5e3fc5c1cb
No known key found for this signature in database

View File

@ -1,3 +1,5 @@
from __future__ import annotations # Still needed for Python 3.8, replaced with better implementations in Py39+
import logging import logging
from typing import TYPE_CHECKING from typing import TYPE_CHECKING