Skip to content

Commit

Permalink
chore: Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scottlovegrove committed Jan 17, 2024
1 parent 3f43f61 commit d10c884
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/restClient.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// eslint-disable-next-line import/no-named-as-default
import Axios, { AxiosStatic, AxiosResponse, AxiosError } from 'axios'
import { request, isSuccess, paramsSerializer } from './restClient'
import { TodoistRequestError } from './types/errors'
Expand Down

0 comments on commit d10c884

Please sign in to comment.