A log level kwarg was being passed into initialize_py_module_loader from the logger definition, causing an error. This handles that kwarg by removing it in the initialize_py_module_loader, since the log level is set in the CLI command that is calling it, anyways.
The way that graph type was being handled changed, resulting in the CLI not printing The graph type has been updated to <class 'type'>. rather than The graph type has been updated to dynamic.
Fixes two bugs:
The graph type has been updated to <class 'type'>.
rather thanThe graph type has been updated to dynamic.