remove unecessary import of pyreadline3

This commit is contained in:
Lincoln Stein 2022-10-04 22:52:24 -04:00
parent d16f0c8a8f
commit f368f682e1

View File

@ -17,9 +17,6 @@ from ldm.dream.args import Args
try:
import readline
readline_available = True
except (ImportError,ModuleNotFoundError):
try:
import pyreadline3
except (ImportError,ModuleNotFoundError):
readline_available = False