[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
c2b25feaee
commit
3cedcfe781
1 changed files with 0 additions and 1 deletions
|
|
@ -45,7 +45,6 @@ def _default_target(*, event_queue: Any, stop_queue: Any, config: dict) -> None:
|
|||
# kill leaves this trainer holding the GPU. Tests inject their own target, so this
|
||||
# binding only runs for the real production spawn.
|
||||
from utils.native_path_leases import run_without_native_path_secret
|
||||
|
||||
run_without_native_path_secret(
|
||||
_run_diffusion_child, event_queue = event_queue, stop_queue = stop_queue, config = config
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue