fix(ack_handler.py): fix error by importing annotations

This commit is contained in:
2026-03-12 21:14:34 +01:00
parent acbcb3364e
commit a697ae6661

View File

@@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
from __future__ import annotations
from typing import TYPE_CHECKING