Skip to content

Commit 0c18b2c

Browse files
committed
lint
1 parent bd8140c commit 0c18b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/src/lsp/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import {
3939
import { activate } from './chat/activation'
4040
import { AmazonQResourcePaths } from './lspInstaller'
4141
import { ConfigSection, isValidConfigSection, toAmazonQLSPLogLevel } from './config'
42-
import { chmodSync } from 'fs'
42+
import { chmodSync } from 'fs' // eslint-disable-line no-restricted-imports
4343

4444
const localize = nls.loadMessageBundle()
4545
const logger = getLogger('amazonqLsp.lspClient')

0 commit comments

Comments
 (0)