Solver: Mage: Fix pep8.

setup.py
Pierre-Antoine Rouby 2024-01-24 10:46:07 +01:00
parent 416a807e5d
commit 28526d8f91
1 changed files with 1 additions and 1 deletions

View File

@ -590,7 +590,7 @@ class Mage(CommandLineSolver):
for bhs in hs.basic_structures: for bhs in hs.basic_structures:
logger.info(bhs._type) logger.info(bhs._type)
if bhs._type != "CV" : if bhs._type != "CV":
continue continue
name = bhs.name name = bhs.name