From 02978aceb8d824489981c527149ecb1aafffe740 Mon Sep 17 00:00:00 2001 From: SET Date: Thu, 13 Aug 2020 20:18:22 -0300 Subject: [PATCH] Removed extra spaces (flake8 details) --- kiplot/bom/units.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kiplot/bom/units.py b/kiplot/bom/units.py index 943ce335..b698a1ef 100644 --- a/kiplot/bom/units.py +++ b/kiplot/bom/units.py @@ -149,17 +149,17 @@ def comp_match(component): # def component_value(valString): -# +# # result = comp_match(valString) -# +# # if not result: # return valString # Return the same string back -# +# # if not len(result) == 2: # Result length is incorrect # return valString -# +# # val = result[0] -# +# # return val