blackify (again)

This commit is contained in:
Lincoln Stein 2023-08-20 15:46:12 -04:00
parent 027b84d1aa
commit ef317be1f9

View File

@ -11,11 +11,11 @@ from .devices import ( # noqa: F401
torch_dtype, torch_dtype,
) )
from .log import write_log # noqa: F401 from .log import write_log # noqa: F401
from .util import ( # noqa: F401 from .util import ( # noqa: F401
ask_user, ask_user,
download_with_resume, download_with_resume,
instantiate_from_config, instantiate_from_config,
url_attachment_name, url_attachment_name,
Chdir, Chdir,
) )
from .attention import auto_detect_slice_size # noqa: F401 from .attention import auto_detect_slice_size # noqa: F401