Skip to content

Commit 3e197a1

Browse files
backends, code formating
1 parent ccac305 commit 3e197a1

File tree

3 files changed

+213
-171
lines changed

3 files changed

+213
-171
lines changed

backends/freecad.py

-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@
1616
from codecs import open
1717
from datetime import datetime
1818
from os import makedirs
19-
from os.path import basename
2019
from os.path import exists
2120
from os.path import join
22-
from shutil import copy
2321
from shutil import copyfile
2422
from shutil import copytree
2523
from shutil import rmtree

0 commit comments

Comments
 (0)