Skip to content

Commit eb2068c

Browse files
committed
Fix unused import
1 parent 2b954f4 commit eb2068c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/esql/get_query/GetQueryResponse.ts

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

20-
import { NodeId, TaskId } from '@_types/common'
20+
import { NodeId } from '@_types/common'
2121
import { long } from '@_types/Numeric'
2222

2323
export class Response {

0 commit comments

Comments
 (0)