Removed extra spaces (flake8 details)

This commit is contained in:
SET 2020-08-13 20:18:22 -03:00
parent 5ad4687d9d
commit 02978aceb8
1 changed files with 5 additions and 5 deletions

View File

@ -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