Skip to content

Commit 3f2e573

Browse files
committed
chore: prettier
1 parent 4047516 commit 3f2e573

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

lib/adapters/REST/endpoints/data-assembly.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
import type { RawAxiosRequestHeaders } from 'axios'
22
import type { AxiosInstance } from 'contentful-sdk-core'
33
import copy from 'fast-copy'
4-
import type {
5-
GetDataAssemblyParams,
6-
GetSpaceEnvironmentParams,
7-
} from '../../../common-types'
4+
import type { GetDataAssemblyParams, GetSpaceEnvironmentParams } from '../../../common-types'
85
import type {
96
CreateDataAssemblyProps,
107
DataAssemblyCollection,

lib/plain/entities/data-assembly.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
import type { RawAxiosRequestHeaders } from 'axios'
2-
import type {
3-
GetDataAssemblyParams,
4-
GetSpaceEnvironmentParams,
5-
} from '../../common-types'
2+
import type { GetDataAssemblyParams, GetSpaceEnvironmentParams } from '../../common-types'
63
import type {
74
CreateDataAssemblyProps,
85
DataAssemblyProps,

0 commit comments

Comments
 (0)