From c290f8fef93d13c7c4fbd2f8623280fbe5c35e14 Mon Sep 17 00:00:00 2001 From: Mike Shultz Date: Tue, 22 Oct 2024 17:34:39 -0600 Subject: [PATCH] fix: add __future__.annotations import for Self back-support --- silverback/cluster/types.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/silverback/cluster/types.py b/silverback/cluster/types.py index 57dd696e..ab5f1e9d 100644 --- a/silverback/cluster/types.py +++ b/silverback/cluster/types.py @@ -1,3 +1,5 @@ +from __future__ import annotations + import enum import math import uuid