mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
add noqa comments to util/__init__
This commit is contained in:
parent
11b670755d
commit
027b84d1aa
@ -11,11 +11,11 @@ from .devices import ( # noqa: F401
|
||||
torch_dtype,
|
||||
)
|
||||
from .log import write_log # noqa: F401
|
||||
from .util import (
|
||||
from .util import ( # noqa: F401
|
||||
ask_user,
|
||||
download_with_resume,
|
||||
instantiate_from_config,
|
||||
url_attachment_name,
|
||||
Chdir,
|
||||
)
|
||||
from .attention import auto_detect_slice_size
|
||||
from .attention import auto_detect_slice_size # noqa: F401
|
||||
|
Loading…
Reference in New Issue
Block a user