Skip to content

Commit 849e12b

Browse files
authored
Update platform.py
1 parent 1fd2465 commit 849e12b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

platform.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@
1414

1515
import os
1616
import contextlib
17+
import requests
1718
import json
1819
import subprocess
1920
import sys
2021
import shutil
2122
import logging
2223
from functools import lru_cache
2324
from typing import Optional, Dict, List, Any
25+
from os.path import join
2426

2527
from platformio.public import PlatformBase, to_unix_path
2628
from platformio.proc import get_pythonexe_path

0 commit comments

Comments
 (0)