mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
remove unecessary import of pyreadline3
This commit is contained in:
parent
d16f0c8a8f
commit
f368f682e1
@ -17,9 +17,6 @@ from ldm.dream.args import Args
|
|||||||
try:
|
try:
|
||||||
import readline
|
import readline
|
||||||
readline_available = True
|
readline_available = True
|
||||||
except (ImportError,ModuleNotFoundError):
|
|
||||||
try:
|
|
||||||
import pyreadline3
|
|
||||||
except (ImportError,ModuleNotFoundError):
|
except (ImportError,ModuleNotFoundError):
|
||||||
readline_available = False
|
readline_available = False
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user