Skip to content

Commit

Permalink
fix: remive unused
Browse files Browse the repository at this point in the history
  • Loading branch information
amper-fb committed Jan 17, 2024
1 parent b0f64ab commit 62ee143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fireblocks-sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ import {
ScreeningConfigurationsResponse,
ScreeningPolicyRuleResponse, ScreeningProviderConfigurationResponse, AuditLogsResponse,
} from "./types";
import { AxiosProxyConfig, AxiosRequestConfig, AxiosResponse, InternalAxiosRequestConfig } from "axios";
import { AxiosProxyConfig, AxiosResponse, InternalAxiosRequestConfig } from "axios";
import { PIIEncryption } from "./pii-client";
import { NcwApiClient } from "./ncw-api-client";
import { NcwSdk } from "./ncw-sdk";
Expand Down

0 comments on commit 62ee143

Please sign in to comment.