Closed timmysilv closed 3 months ago
Can you try from __future__ import annotations
instead? I could swear there's a way to make it work with 3.9
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.21%. Comparing base (
2df4c6d
) to head (7b19536
). Report is 2 commits behind head on develop.
you can't type-hint with
|
in python 3.9, so I'm righting my wrong