Skip to content

Commit 339b3fa

Browse files
fix lint
1 parent 5087206 commit 339b3fa

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/types.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

4-
import { ConfigurationSettingId } from "@azure/app-configuration";
5-
64
/**
75
* SettingSelector is used to select key-values from Azure App Configuration based on keys and labels.
86
*/

test/requestTracing.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import { HttpRequestHeadersPolicy, createMockedConnectionString, createMockedKey
1111
import { ConfigurationClientManager } from "../src/configurationClientManager.js";
1212
import { load, loadFromAzureFrontDoor } from "../src/index.js";
1313
import { isBrowser } from "../src/requestTracing/utils.js";
14-
import { get } from "http";
1514

1615
const CORRELATION_CONTEXT_HEADER_NAME = "Correlation-Context";
1716

0 commit comments

Comments
 (0)