Skip to content

Commit

Permalink
πŸ§Žβ€β™€οΈ Genuflect to the types.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 22, 2024
1 parent b710a58 commit 0adbcd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kustomize/generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def clean_data(data: Union[dict, list, tuple]):


def _get_kustomization_data(attr_name, dest_path):
import kustomization as k_module
import kustomization as k_module # type: ignore[import-not-found]

importlib.reload(k_module)
kustomization = to_dict_or_dicts(getattr(k_module, attr_name))
Expand Down

0 comments on commit 0adbcd0

Please sign in to comment.