[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
da27143520
commit
369573b784
1 changed files with 1 additions and 2 deletions
|
|
@ -1473,8 +1473,7 @@ def _release_other_gpu_owners_for_diffusion() -> None:
|
|||
exp = get_export_backend()
|
||||
except Exception as exc:
|
||||
raise RuntimeError(
|
||||
"Could not verify export status before loading a "
|
||||
"diffusion image model."
|
||||
"Could not verify export status before loading a " "diffusion image model."
|
||||
) from exc
|
||||
|
||||
is_export_active_fn = getattr(exp, "is_export_active", None)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue