Skip to content

Commit

Permalink
Fixing black formatting in highs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
blnicho authored May 6, 2024
1 parent f776baf commit b425c4d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyomo/contrib/appsi/solvers/highs.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,7 @@ def version(self):
# and the solver version can only be obtained by making
# an instance of the solver class.
tmp = highspy.Highs()
version = (
tmp.versionMajor(),
tmp.versionMinor(),
tmp.versionPatch(),
)
version = (tmp.versionMajor(), tmp.versionMinor(), tmp.versionPatch())

return version

Expand Down

0 comments on commit b425c4d

Please sign in to comment.