passing flake8
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user