Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Jan 31, 2025
1 parent 8689b04 commit eda0464
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import subprocess

from platformio.public import PlatformBase
from platformio.project.helpers import get_project_dir


IS_WINDOWS = sys.platform.startswith("win")
Expand Down

0 comments on commit eda0464

Please sign in to comment.