Fix lint warnings (#289)

This commit is contained in:
Adam Chalmers
2023-08-18 17:14:35 -05:00
committed by GitHub
parent 6ea3a37e8a
commit a8d23f5c0d
16 changed files with 8 additions and 31 deletions

View File

@ -25,9 +25,8 @@ import {
lastSegY,
} from './sketchConstraints'
import { getExtrudeWallTransform, extrude } from './extrude'
import { SketchGroup, ExtrudeGroup, Position, Rotation } from '../executor'
import { InternalFn, InternalFnNames, InternalFirstArg } from './stdTypes'
import { InternalFn, InternalFnNames } from './stdTypes'
// const transform: InternalFn = <T extends SketchGroup | ExtrudeGroup>(
// { sourceRange }: InternalFirstArg,