mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2026-01-03 22:04:22 +01:00
refactor: cleanup
This commit is contained in:
@@ -21,7 +21,6 @@ def mock_input_sequence(request, monkeypatch) -> None:
|
||||
print(f"mocked user input: {next_val}")
|
||||
return next_val
|
||||
|
||||
# lambda _: next(gen)
|
||||
gen = input_generator(request.param)
|
||||
monkeypatch.setattr("builtins.input", get_next)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user