Skip to content

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr committed Jan 3, 2022
1 parent bc4c00a commit 100d7a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/aws-cdk/lib/api/aws-auth/sdk-provider.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import * as https from 'https';
import * as os from 'os';
import * as path from 'path';
import * as cxapi from '@aws-cdk/cx-api';
Expand Down Expand Up @@ -383,7 +382,7 @@ function parseHttpOptions(options: SdkHttpOptions) {
if (options.proxyAddress) {
debug('Proxy server from command-line arguments: %s', options.proxyAddress);
}

// Configure the proxy agent. By default, this will use HTTPS?_PROXY and
// NO_PROXY environment variables to determine which proxy to use for each
// request.
Expand Down

0 comments on commit 100d7a8

Please sign in to comment.