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