Skip to content

Commit a39ee86

Browse files
committed
help out pylint
1 parent ea01f9b commit a39ee86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/unitary/artisanlib/test_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1654,7 +1654,7 @@ def test_toList_should_handle_various_iterables() -> None:
16541654
assert toList({'a': 1, 'b': 2}.values()) == [1, 2]
16551655

16561656
# Test with generator
1657-
def gen() -> Generator[int]:
1657+
def gen() -> Generator[int, None, None]:
16581658
yield 1
16591659
yield 2
16601660
yield 3

0 commit comments

Comments
 (0)