File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
awsService/accessanalyzer/vue Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -827,7 +827,7 @@ export async function _readCustomChecksFile(input: string): Promise<string> {
827827 }
828828}
829829
830- //Check if Cfn and Tf tools are installed
830+ // Check if Cfn and Tf tools are installed
831831export async function arePythonToolsInstalled ( ) : Promise < boolean > {
832832 const logger : Logger = getLogger ( )
833833 let cfnToolInstalled = true
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import {
1717import path from 'path'
1818import { testGenState } from '..'
1919import { ChatSessionManager } from '../../amazonqTest/chat/storages/chatSession'
20- import { ChildProcess , spawn } from 'child_process'
20+ import { ChildProcess , spawn } from 'child_process' // eslint-disable-line no-restricted-imports
2121import { BuildStatus } from '../../amazonqTest/chat/session/session'
2222import { fs } from '../../shared/fs/fs'
2323import { TestGenerationJobStatus } from '../models/constants'
You can’t perform that action at this time.
0 commit comments