mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-02-20 14:44:58 +01:00
style: Format imports with isort
This commit is contained in:
parent
09a604d47b
commit
39de0b9765
|
|
@ -32,7 +32,12 @@ from modules.text_generation import (
|
|||
get_encoded_length,
|
||||
get_max_prompt_length
|
||||
)
|
||||
from modules.utils import delete_file, get_available_characters, get_available_users, save_file
|
||||
from modules.utils import (
|
||||
delete_file,
|
||||
get_available_characters,
|
||||
get_available_users,
|
||||
save_file
|
||||
)
|
||||
from modules.web_search import add_web_search_attachments
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue