Skip to content

Commit a5a9bf4

Browse files
committed
Use correct import
1 parent c3296ee commit a5a9bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monitor/filter_exception_decoder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import subprocess
1818
import sys
1919

20-
from platformio.project.exception import PlatformioException
20+
from platformio.exception import PlatformioException
2121
from platformio.public import (
2222
DeviceMonitorFilterBase,
2323
load_build_metadata,

0 commit comments

Comments
 (0)