Skip to content

Commit db0b14c

Browse files
committed
Remove unused import
1 parent a3d29a7 commit db0b14c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/lib/indexes.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@
77

88
'use strict'
99

10-
import {
11-
MeiliSearchTimeOutError,
12-
MeiliSearchError,
13-
MeiliSearchApiError,
14-
} from '../errors'
10+
import { MeiliSearchTimeOutError, MeiliSearchError } from '../errors'
1511

1612
import {
1713
Config,

0 commit comments

Comments
 (0)