Skip to content

Commit 6024a6c

Browse files
authored
remove unused import
1 parent 68c97b8 commit 6024a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/frameworks/arduino.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import hashlib
3232
from functools import lru_cache
3333
from pathlib import Path
34-
from typing import Dict, List, Tuple, Optional
34+
from typing import Dict, List, Tuple
3535
from os.path import join, exists
3636

3737
from SCons.Script import COMMAND_LINE_TARGETS, DefaultEnvironment, SConscript

0 commit comments

Comments
 (0)