diff --git a/testing/python/test_scope_fixture_caching.py b/testing/python/test_scope_fixture_caching.py index 21594fb1f..2a24a2f53 100644 --- a/testing/python/test_scope_fixture_caching.py +++ b/testing/python/test_scope_fixture_caching.py @@ -1,3 +1,5 @@ +from __future__ import annotations + from typing import Generator import pytest