Skip to content

Commit 3842981

Browse files
committed
Typo fix
1 parent 9060653 commit 3842981

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

builder/frameworks/espidf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1287,8 +1287,7 @@ def _get_installed_pip_packages(python_exe_path):
12871287

12881288
if not IDF5:
12891289
deps["kconfiglib"] = "~=13.7.1"
1290-
else:
1291-
deps["future"] = ">=0.18.3",
1290+
deps["future"] = ">=0.18.3"
12921291

12931292
if sys_platform.system() == "Darwin" and "arm" in sys_platform.machine().lower():
12941293
deps["chardet"] = ">=3.0.2,<4"

0 commit comments

Comments
 (0)