Skip to content

Commit 1d5b915

Browse files
committed
Minor changes: Removed unused import and trailing spaces
1 parent a4bafa5 commit 1d5b915

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

workspace_tools/export/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"""
1717
import os, tempfile
1818
from os.path import join, exists, basename
19-
from os import makedirs
2019
from shutil import copytree, rmtree
2120

2221
from workspace_tools.utils import mkdir
@@ -50,7 +49,7 @@ def online_build_url_resolver(url):
5049
return {'path':'', 'name':''}
5150

5251

53-
def export(project_path, project_name, ide, target, destination='/tmp/',
52+
def export(project_path, project_name, ide, target, destination='/tmp/',
5453
tempdir=None, clean=True, extra_symbols=None, build_url_resolver=online_build_url_resolver):
5554
# Convention: we are using capitals for toolchain and target names
5655
if target is not None:

0 commit comments

Comments
 (0)