Removed extra spaces (flake8 details)
This commit is contained in:
parent
5ad4687d9d
commit
02978aceb8
|
|
@ -149,17 +149,17 @@ def comp_match(component):
|
||||||
|
|
||||||
|
|
||||||
# def component_value(valString):
|
# def component_value(valString):
|
||||||
#
|
#
|
||||||
# result = comp_match(valString)
|
# result = comp_match(valString)
|
||||||
#
|
#
|
||||||
# if not result:
|
# if not result:
|
||||||
# return valString # Return the same string back
|
# return valString # Return the same string back
|
||||||
#
|
#
|
||||||
# if not len(result) == 2: # Result length is incorrect
|
# if not len(result) == 2: # Result length is incorrect
|
||||||
# return valString
|
# return valString
|
||||||
#
|
#
|
||||||
# val = result[0]
|
# val = result[0]
|
||||||
#
|
#
|
||||||
# return val
|
# return val
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue