Skip to content

Commit

Permalink
chore: typing
Browse files Browse the repository at this point in the history
  • Loading branch information
sujuka99 committed Oct 2, 2023
1 parent c56ef96 commit a2c5a7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def test_should_raise_value_error_if_schema_provider_class_not_found():
],
)
def test_should_raise_value_error_when_schema_provider_is_called_and_components_module_is_empty(
components_module,
components_module: str,
):
config_enable = PipelineConfig(
defaults_path=Path("fake"),
Expand Down

0 comments on commit a2c5a7f

Please sign in to comment.