We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca5207 commit 7ecf163Copy full SHA for 7ecf163
platformio/home/cli.py
@@ -12,7 +12,6 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-import os
16
import mimetypes
17
import socket
18
@@ -21,7 +20,6 @@
21
20
from platformio.compat import IS_WINDOWS
22
from platformio.home.run import run_server
23
from platformio.package.manager.core import get_core_package_dir
24
-from platformio.project.config import ProjectConfig
25
26
27
@click.command("home", short_help="GUI to manage PIO")
0 commit comments