Put standard modules imports before other imports
[SaveMySugar/python3-savemysugar.git] / src / measure_call_setup_time_to_android.py
index a862fea..b71d15c 100755 (executable)
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-from savemysugar.cumulative_average import cumulative_average
-from savemysugar.Modem import Modem
 import subprocess
 import time
 
+from savemysugar.cumulative_average import cumulative_average
+from savemysugar.Modem import Modem
+
 
 def measure_call_setup_time_to_android(outgoing_port, destination_number):
     outgoing_modem = Modem(outgoing_port)