Skip to content

Commit

Permalink
refactor: minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hui-an-yang committed Jan 13, 2023
1 parent 63f468c commit bba13fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taquito-http-utils/src/taquito-http-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @module @taquito/http-utils
*/

import { STATUS_CODE } from './status_code';
import { STATUS_CODE } from '@taquito/core';
import axios, { AxiosAdapter } from 'axios';
import { HttpResponseError, ParameterValidationError } from '@taquito/core';

Expand Down

0 comments on commit bba13fa

Please sign in to comment.