Skip to content

Commit

Permalink
Removing whitespace in highs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
blnicho authored May 6, 2024
1 parent b425c4d commit c610a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/contrib/appsi/solvers/highs.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def available(self):
return self.Availability.NotFound

def version(self):
try:
try:
version = (
highspy.HIGHS_VERSION_MAJOR,
highspy.HIGHS_VERSION_MINOR,
Expand Down

0 comments on commit c610a20

Please sign in to comment.