Skip to content

Commit 7744587

Browse files
author
Alexander Zilberkant
committed
Remove unused Python imports
1 parent 2305a8c commit 7744587

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)