remove no longer used os.getcwd import

vectorize-path-point
Andrew Port 2020-12-01 20:03:30 -08:00
parent 07771be9bf
commit 2fb96b0906
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ See also the document.py submodule.
# External dependencies:
from __future__ import division, absolute_import, print_function
from math import ceil
from os import getcwd, path as os_path, makedirs
from os import path as os_path, makedirs
from tempfile import gettempdir
from xml.dom.minidom import parse as md_xml_parse
from svgwrite import Drawing, text as txt