refactor: ignore warnings and remove unused import
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
# pyright: reportUnusedCallResult=false, reportWildcardImportFromLibrary=false
|
# pyright: reportUnusedCallResult=false, reportWildcardImportFromLibrary=false, reportUnknownMemberType=false
|
||||||
from build123d import *
|
from build123d import *
|
||||||
from svgpathtools.path import transform
|
|
||||||
|
|
||||||
def build_mop_scraper_holder(center_thickness: float):
|
def build_mop_scraper_holder(center_thickness: float):
|
||||||
mop_diameter = 23.4
|
mop_diameter = 23.4
|
||||||
|
|||||||
Reference in New Issue
Block a user