Closed eonu closed 2 months ago
Feud will currently break if from __future__ import annotations is used as the package relies on evaluated type hints.
from __future__ import annotations
Look into possible solutions to handle postponed type hint evaluation.
Fixed in #150.
Does this suggestion already exist?
Feature description
Feud will currently break if
from __future__ import annotations
is used as the package relies on evaluated type hints.Look into possible solutions to handle postponed type hint evaluation.