Removed unused requested constant

This commit is contained in:
Salvador E. Tropea 2021-10-19 09:26:53 -03:00
parent cdc212e89e
commit 2ab0e6a489
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ from math import ceil
from .units import compare_values, comp_match, get_last_warning
from .bom_writer import write_bom
from .columnlist import ColumnList
from ..misc import DNF, W_FIELDCONF, W_BADVAL1
from ..misc import DNF, W_FIELDCONF
from .. import log
logger = log.get_logger(__name__)