Skip to content

Commit 17cfd7f

Browse files
committed
chore: remove unused imports
1 parent 8596d36 commit 17cfd7f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/apitypes/rest/rest.operations.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,11 @@
1717
import { OpenAPIV3 } from 'openapi-types'
1818

1919
import { buildRestOperation } from './rest.operation'
20-
import { OperationIdNormalizer, OperationsBuilder } from '../../types'
20+
import { OperationsBuilder } from '../../types'
2121
import {
2222
calculateOperationId,
2323
createBundlingErrorHandler,
24-
IGNORE_PATH_PARAM_UNIFIED_PLACEHOLDER,
2524
removeComponents,
26-
removeFirstSlash,
27-
slugify,
2825
} from '../../utils'
2926
import { getOperationBasePath } from './rest.utils'
3027
import type * as TYPE from './rest.types'

0 commit comments

Comments
 (0)