Clean up imports

main
Valentin Ochs 2021-08-11 07:29:19 +02:00
parent f4ed8aa368
commit 0f4060c99d
1 changed files with 7 additions and 2 deletions

View File

@ -1,8 +1,13 @@
#!/usr/bin/python
import os, serial, socket, select, datetime
import paho.mqtt.client as mqcl
import argparse
import datetime
import logging
import os
import select
import socket
import paho.mqtt.client as mqcl
import serial
UPDATE_RATE = 2
MAX_UPDATE_RATE = 20