Skip to content

Commit 7ecf163

Browse files
authored
Remove unused import in cli.py
Removed unused import of ProjectConfig.
1 parent 6ca5207 commit 7ecf163

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

platformio/home/cli.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import os
1615
import mimetypes
1716
import socket
1817

@@ -21,7 +20,6 @@
2120
from platformio.compat import IS_WINDOWS
2221
from platformio.home.run import run_server
2322
from platformio.package.manager.core import get_core_package_dir
24-
from platformio.project.config import ProjectConfig
2523

2624

2725
@click.command("home", short_help="GUI to manage PIO")

0 commit comments

Comments
 (0)