mirror of
https://github.com/espressif/esptool.git
synced 2025-10-16 14:28:54 +08:00
PEP8 imports (https://www.python.org/dev/peps/pep-0008/#imports). Remove unused import statements.
This commit is contained in:
3
setup.py
3
setup.py
@@ -1,10 +1,11 @@
|
||||
from __future__ import division, print_function
|
||||
|
||||
from setuptools import setup
|
||||
import io
|
||||
import os
|
||||
import re
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
|
||||
# Example code to pull version from esptool.py with regex, taken from
|
||||
# http://python-packaging-user-guide.readthedocs.org/en/latest/single_source_version/
|
||||
|
Reference in New Issue
Block a user