Put standard modules imports before other imports
[SaveMySugar/python3-savemysugar.git] / src / measure_call_setup_time.py
index 57bf49a..1a92301 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/>.
 
+import time
+
 from savemysugar.cumulative_average import cumulative_average
 from savemysugar.Modem import Modem
-import time
 
 
 class Ring(object):