add click function to expose select to cli
This commit is contained in:
parent
8c16aed7d6
commit
702d41fe90
5 changed files with 211 additions and 5 deletions
|
@ -531,8 +531,6 @@ def test_basic_orders() -> None:
|
|||
|
||||
import random
|
||||
|
||||
import pytest
|
||||
|
||||
def basic_iter() -> Iterator[_Int]:
|
||||
for v in range(1, 6):
|
||||
yield _Int(v)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue