mirror of
https://github.com/espressif/esptool.git
synced 2025-10-15 04:14:48 +08:00
PEP8 imports (https://www.python.org/dev/peps/pep-0008/#imports). Remove unused import statements.
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
import os.path
|
||||
import glob
|
||||
import sys
|
||||
import subprocess
|
||||
import difflib
|
||||
import warnings
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
from elftools.elf.elffile import ELFFile
|
||||
|
Reference in New Issue
Block a user