From: Antonio Ospite Date: Mon, 4 Jan 2016 09:39:54 +0000 (+0100) Subject: CallDistanceTransceiver.py: assign a float value to inter_symbol_distance X-Git-Url: https://git.ao2.it/SaveMySugar/python3-savemysugar.git/commitdiff_plain/36768084fc22c2ab03639b6425a3d5ae74f78aa4?hp=36768084fc22c2ab03639b6425a3d5ae74f78aa4 CallDistanceTransceiver.py: assign a float value to inter_symbol_distance For consistency always assign a float value to inter_symbol_distance, as it is going to be used in calculations with other float values. This also fixes an pylint message: R:101,12: Redefinition of inter_symbol_distance type from float to int (redefined-variable-type) ---