remove additional newline from the textwrap.dedent string

Signed-off-by: devops117 <55235206+devops117@users.noreply.github.com>
This commit is contained in:
devops117 2022-11-22 11:17:09 +05:30 committed by Lincoln Stein
parent a095214e52
commit c15b839dd4

View File

@ -334,7 +334,7 @@ class ModelCache(object):
'''
Returns the preamble for the config file.
'''
return textwrap.dedent('''
return textwrap.dedent('''\
# This file describes the alternative machine learning models
# available to InvokeAI script.
#