Skip to content

Commit

Permalink
Remove unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Sep 12, 2024
1 parent cf3abae commit 745e994
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
2 changes: 0 additions & 2 deletions packages/shared/sdk-client/src/polling/PollingProcessor.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import {
ApplicationTags,
defaultHeaders,
getPollingUri,
httpErrorMessage,
HttpErrorResponse,
Info,
isHttpRecoverable,
LDHeaders,
LDLogger,
Expand Down
9 changes: 1 addition & 8 deletions packages/shared/sdk-client/src/polling/Requestor.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
// eslint-disable-next-line max-classes-per-file
import {
ApplicationTags,
defaultHeaders,
HttpErrorResponse,
Info,
LDHeaders,
Requests,
} from '@launchdarkly/js-sdk-common';
import { HttpErrorResponse, LDHeaders, Requests } from '@launchdarkly/js-sdk-common';

function isOk(status: number) {
return status >= 200 && status <= 299;
Expand Down
2 changes: 0 additions & 2 deletions packages/shared/sdk-server/src/data_sources/Requestor.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import {
defaultHeaders,
getPollingUri,
Info,
LDHeaders,
LDStreamingError,
Options,
Expand Down

0 comments on commit 745e994

Please sign in to comment.