isort fixes

This commit is contained in:
Otto winter 2021-10-29 12:21:11 +02:00
parent 5027bb389c
commit 5f24a7b123
No known key found for this signature in database
GPG Key ID: 48ED2DDB96D7682C
2 changed files with 3 additions and 4 deletions

View File

@ -1,9 +1,9 @@
from __future__ import print_function
import argparse
from datetime import datetime
import sys
import time
from datetime import datetime
import esptool
import serial

View File

@ -1,18 +1,17 @@
# This GUI is a fork of the brilliant https://github.com/marcelstoer/nodemcu-pyflasher
from io import TextIOBase
import re
import sys
import threading
from io import TextIOBase
import wx
import wx.adv
from wx.lib.embeddedimage import PyEmbeddedImage
import wx.lib.inspection
import wx.lib.mixins.inspection
from wx.lib.embeddedimage import PyEmbeddedImage
from esphomeflasher.helpers import list_serial_ports
COLOR_RE = re.compile(r"(?:\033)(?:\[(.*?)[@-~]|\].*?(?:\007|\033\\))")
COLORS = {
"black": wx.BLACK,