Skip to content

Commit

Permalink
Updated AMPLRunner again to remove async import
Browse files Browse the repository at this point in the history
  • Loading branch information
mapgccv committed Feb 23, 2024
1 parent 3abf58f commit 723d6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/end2end/scripts/python/AMPLRunner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 723d6cc

Please sign in to comment.