From 5e3fc5c1cb199ac9098ce26561bbeb3ebf3ee055 Mon Sep 17 00:00:00 2001 From: Joel Falknau Date: Mon, 27 Oct 2025 19:51:29 +1000 Subject: [PATCH] i dont understand this behaviour but okay fine --- allianceauth/menu/managers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/allianceauth/menu/managers.py b/allianceauth/menu/managers.py index 2de09bd8..a24c7ce5 100644 --- a/allianceauth/menu/managers.py +++ b/allianceauth/menu/managers.py @@ -1,3 +1,5 @@ +from __future__ import annotations # Still needed for Python 3.8, replaced with better implementations in Py39+ + import logging from typing import TYPE_CHECKING