Remove unused imports from base.adapter.ts
Co-Authored-By: Justin Edmund <justin@jedmund.com>
This commit is contained in:
parent
40dc502027
commit
98f1e36108
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
* @module adapters/base
|
* @module adapters/base
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { snakeToCamel, camelToSnake, transformResponse, transformRequest } from '../schemas/transforms'
|
import { transformResponse, transformRequest } from '../schemas/transforms'
|
||||||
import type { AdapterOptions, RequestOptions, AdapterError } from './types'
|
import type { AdapterOptions, RequestOptions, AdapterError } from './types'
|
||||||
import {
|
import {
|
||||||
createErrorFromStatus,
|
createErrorFromStatus,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue