Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-zijdemans-vipps committed Jan 23, 2024
1 parent 9042b75 commit cbe38e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/base_client_helper_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import {
buildRequest,
createSDKUserAgent,
getHeaders,
getUserAgent,
} from "../src/base_client_helper.ts";
import { ClientConfig, RequestData } from "../src/types.ts";
import { assert, assertEquals } from "./test_deps.ts";
Expand Down
1 change: 0 additions & 1 deletion tests/error_test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { AccessTokenError } from "../src/apis/types/auth_types.ts";
import { RetryError } from "../src/deps.ts";
import { parseError } from "../src/errors.ts";
import { Client, RecurringErrorFromAzure } from "../src/mod.ts";
import { assertEquals, mf } from "./test_deps.ts";
Expand Down

0 comments on commit cbe38e8

Please sign in to comment.