You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: migrate MissingRequiredArgumentError imports to ocp_resources.exceptions (#2657)
* fix: add exceptions import to template_imports in user_code_parser
The template_imports set in user_code_parser.py was missing
"from ocp_resources.exceptions import MissingRequiredArgumentError",
causing duplicate imports when regenerating resource files with --overwrite.
Closes#2656
* convert all imports to import from exceptnios
* update test to reflect MissingRequiredArgumentError import from exceptions
0 commit comments