Skip to content

Commit 0b91880

Browse files
committed
Fix lint
1 parent cf99186 commit 0b91880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/_types/Base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* under the License.
1818
*/
1919

20+
import { FailureStoreStatus } from '@global/bulk/types'
2021
import { CommonQueryParameters } from '@spec_utils/behaviors'
2122
import {
2223
Id,
@@ -30,7 +31,6 @@ import { integer, long } from './Numeric'
3031
import { Result } from './Result'
3132
import { ShardStatistics } from './Stats'
3233
import { DateTime } from './Time'
33-
import { FailureStoreStatus } from '@global/bulk/types'
3434

3535
export class RequestBase implements CommonQueryParameters {}
3636

0 commit comments

Comments
 (0)