Skip to content

Commit 1aaece9

Browse files
authored
Update platform.py
1 parent 47310db commit 1aaece9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import shutil
2222
import logging
2323
from functools import lru_cache
24-
from typing import Dict, List, Any
24+
from typing import Optional, Dict, List, Any
2525

2626
from platformio.public import PlatformBase, to_unix_path
2727
from platformio.proc import get_pythonexe_path

0 commit comments

Comments
 (0)