Skip to content
Snippets Groups Projects
Commit 72ed01a8 authored by Karim Ahmed's avatar Karim Ahmed
Browse files

fix: remove unneeded return

parent 8ec76b32
No related branches found
No related tags found
1 merge request!1019fix: Convert digits and boolean to float and the rest to string
......@@ -127,7 +127,6 @@ class CalCatApi(metaclass=ClientWrapper):
return float(value)
except:
return str(value)
return value
return {
"parameters_conditions_attributes": [{
......
......@@ -477,7 +477,6 @@ class CalibrationData(Mapping):
return float(value)
except:
return str(value)
return value
return {
"parameters_conditions_attributes": [{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment