From 4224f59b9b3598bc82203515f8ed91b8833a52bb Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Fri, 18 Feb 2022 22:12:40 +0000 Subject: [PATCH] allow tests to use new annotations --- tests/test_layout_resolve.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_layout_resolve.py b/tests/test_layout_resolve.py index ab29f69bf..29c2926aa 100644 --- a/tests/test_layout_resolve.py +++ b/tests/test_layout_resolve.py @@ -1,3 +1,5 @@ +from __future__ import annotations + from typing import NamedTuple import pytest