allow tests to use new annotations

This commit is contained in:
Will McGugan
2022-02-18 22:12:40 +00:00
parent ca009d88b2
commit 4224f59b9b

View File

@@ -1,3 +1,5 @@
from __future__ import annotations
from typing import NamedTuple
import pytest