Skip to content

Commit f0cb821

Browse files
authored
Merge pull request #391 from horw/fix/get_all_duts_type
fix: typing for get_all_duts
2 parents 9adfad6 + b9cfb59 commit f0cb821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest-embedded/pytest_embedded/dut_factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ def create(
851851
raise e
852852

853853
@classmethod
854-
def get_all_duts(cls) -> list[Dut]:
854+
def get_all_duts(cls) -> t.List[Dut]:
855855
"""Get all DUTs created by DutFactory."""
856856

857857
duts = []

0 commit comments

Comments
 (0)