Sort the imports
This commit is contained in:
parent
7d97287e69
commit
a717fd709d
4 changed files with 5 additions and 4 deletions
|
@ -12,7 +12,8 @@ import modules.extensions as extensions_module
|
|||
import modules.shared as shared
|
||||
from modules.extensions import apply_extensions
|
||||
from modules.html_generator import generate_chat_html
|
||||
from modules.text_generation import encode, generate_reply, get_max_prompt_length
|
||||
from modules.text_generation import (encode, generate_reply,
|
||||
get_max_prompt_length)
|
||||
|
||||
|
||||
# This gets the new line characters right.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue