mirror of
https://github.com/actions/toolkit.git
synced 2026-08-15 00:00:25 +02:00
Lint fix
This commit is contained in:
+1
-3
@@ -1,8 +1,6 @@
|
||||
import * as core from '@actions/core'
|
||||
import {HttpCodes, HttpClientError} from '@actions/http-client'
|
||||
import {
|
||||
IHttpClientResponse
|
||||
} from '@actions/http-client/interfaces'
|
||||
import {IHttpClientResponse} from '@actions/http-client/interfaces'
|
||||
import {DefaultRetryDelay, DefaultRetryAttempts} from './constants'
|
||||
import {ITypedResponseWithErrorMessage} from './contracts'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user