passing flake8

This commit is contained in:
2021-09-20 22:30:42 -06:00
parent 70d4551be1
commit 6dfe630e26
2 changed files with 48 additions and 1 deletions

View File

@@ -68,7 +68,8 @@ logger.info("Parsing JLCPCB stock...")
stock = parts_csv[parts_csv["Stock"] > 0]
# NOTES:
# - if something has tolerance specified as absolute, "Value" may be wrong but "Tolerance" will be NA so it will be dropped
# if something has tolerance specified as absolute,
# "Value" may be wrong but "Tolerance" will be NA so it will be dropped
# resistors
resistors = stock[stock["First Category"] == "Resistors"].copy()