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
@ -18,9 +18,6 @@ try:
|
|||||||
import readline
|
import readline
|
||||||
readline_available = True
|
readline_available = True
|
||||||
except (ImportError,ModuleNotFoundError):
|
except (ImportError,ModuleNotFoundError):
|
||||||
try:
|
|
||||||
import pyreadline3
|
|
||||||
except (ImportError,ModuleNotFoundError):
|
|
||||||
readline_available = False
|
readline_available = False
|
||||||
|
|
||||||
IMG_EXTENSIONS = ('.png','.jpg','.jpeg')
|
IMG_EXTENSIONS = ('.png','.jpg','.jpeg')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user