fix typing in test to work on runtime in py38

This commit is contained in:
jakkdl 2024-02-13 13:46:12 +01:00
parent 537a831a4f
commit d168ea41f4
1 changed files with 2 additions and 0 deletions

View File

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