From 723d6cc5255dbcd8ba4a48e3fd85cb173c4d73e9 Mon Sep 17 00:00:00 2001 From: Christian Valente Date: Fri, 23 Feb 2024 18:17:55 +0100 Subject: [PATCH] Updated AMPLRunner again to remove async import --- test/end2end/scripts/python/AMPLRunner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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