fix lint
This commit is contained in:
committed by
GitHub
parent
4273331406
commit
c9896310f2
@ -222,7 +222,7 @@ def importDXF(filename, tol=1e-6, exclude=[]):
|
|||||||
:param tol: The tolerance used for merging edges into wires (default: 1e-6)
|
:param tol: The tolerance used for merging edges into wires (default: 1e-6)
|
||||||
:param exclude: a list of layer names not to import (default: [])
|
:param exclude: a list of layer names not to import (default: [])
|
||||||
"""
|
"""
|
||||||
|
|
||||||
exclude_lwr = [ex.lower() for ex in exclude]
|
exclude_lwr = [ex.lower() for ex in exclude]
|
||||||
|
|
||||||
dxf = ezdxf.readfile(filename)
|
dxf = ezdxf.readfile(filename)
|
||||||
|
|||||||
Reference in New Issue
Block a user