diff --git a/test/end2end/scripts/python/AMPLRunner.py b/test/end2end/scripts/python/AMPLRunner.py index 0310be813..09420e77b 100644 --- a/test/end2end/scripts/python/AMPLRunner.py +++ b/test/end2end/scripts/python/AMPLRunner.py @@ -4,7 +4,7 @@ from shutil import which from Solver import Solver -from amplpy import AMPL, Kind, OutputHandler, ErrorHandler, Runnable +from amplpy import AMPL, Kind, OutputHandler, ErrorHandler from Model import Model import time from TimeMe import TimeMe