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
Refactor preload error handling into _handle_import_error helper
Extract duplicated match on_error logic into a helper function.
The warn_stacklevel parameter is required (no default) to ensure
callers explicitly specify the correct level for warning messages.
Thanks to Duane Griffin for the suggestion.
0 commit comments