mirror of
https://github.com/rendercv/rendercv.git
synced 2026-04-27 10:31:19 -04:00
Ignore some ty errors
This commit is contained in:
@@ -171,7 +171,7 @@ class TestCliCommandRender:
|
||||
):
|
||||
cli_command_render(
|
||||
input_file_name=input_file,
|
||||
**{**default_arguments, "watch": True},
|
||||
**{**default_arguments, "watch": True}, # ty: ignore
|
||||
)
|
||||
|
||||
mock_watcher.assert_called_once()
|
||||
|
||||
Reference in New Issue
Block a user