Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
  • Loading branch information
ElenaKhaustova committed Sep 10, 2024
1 parent 2b9be66 commit fb3831b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kedro/io/data_catalog_redesign.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def get_dataset(
ds_config = self._config_resolver.resolve_dataset_pattern(ds_name)

if ds_name not in self._datasets and ds_config is not None:
self._init_dataset(ds_name, ds_config) # type: ignore[arg-type]
self._add_from_config(ds_name, ds_config) # type: ignore[arg-type]

dataset = self._datasets.get(ds_name, None)

Expand Down

0 comments on commit fb3831b

Please sign in to comment.