Skip to content

Commit

Permalink
fix: add __future__.annotations import for Self back-support
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeshultz committed Oct 22, 2024
1 parent 3d88ee7 commit c290f8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions silverback/cluster/types.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

import enum
import math
import uuid
Expand Down

0 comments on commit c290f8f

Please sign in to comment.