Skip to content

Commit 6904f84

Browse files
Alexander Zilberkantadbridge
authored andcommitted
Remove unused Python imports
1 parent a77182e commit 6904f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/export/cdt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import re
22

3-
from os.path import join, exists, realpath, relpath, basename
3+
from os.path import join, exists
44
from os import makedirs
55

66
from tools.export.makefile import Makefile, GccArm, Armc5, IAR

0 commit comments

Comments
 (0)