fix typing in test to work on runtime in py38
This commit is contained in:
parent
537a831a4f
commit
d168ea41f4
|
@ -1,3 +1,5 @@
|
|||
from __future__ import annotations
|
||||
|
||||
from typing import Generator
|
||||
|
||||
import pytest
|
||||
|
|
Loading…
Reference in New Issue