Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-joelmut committed Dec 18, 2024
1 parent 042d368 commit 698d806
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion libraries/botbuilder-stdlib/src/azureCoreHttpCompat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
// Licensed under the MIT License.

export * from './azureCoreHttpCompat/compat';
export * from './azureCoreHttpCompat/serviceClientContext';
export * from './azureCoreHttpCompat/serviceClientContext';
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
HttpPipelineLogLevel,
RequestPolicy as HttpClient,
WebResourceLike,
CompatResponse as HttpOperationResponse
CompatResponse as HttpOperationResponse,
} from '@azure/core-http-compat';

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,8 @@ import {
WebResourceLike,
} from './compat';

import {
toPipelineRequest,
toWebResourceLike,
} from '../../node_modules/@azure/core-http-compat/dist/commonjs/util';
import {
toCompatResponse,
} from '../../node_modules/@azure/core-http-compat/dist/commonjs/response';
import { toPipelineRequest, toWebResourceLike } from '../../node_modules/@azure/core-http-compat/dist/commonjs/util';
import { toCompatResponse } from '../../node_modules/@azure/core-http-compat/dist/commonjs/response';

export class ServiceClientContext extends ServiceClient {
/**
Expand Down

0 comments on commit 698d806

Please sign in to comment.