Skip to content

Commit 96dd2db

Browse files
authored
lint
1 parent b4de24f commit 96dd2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/codewhisperer/util/editorContext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { checkLeftContextKeywordsForJson } from './commonUtil'
1818
import { CodeWhispererSupplementalContext } from '../models/model'
1919
import { getOptOutPreference } from '../../shared/telemetry/util'
2020
import { indent } from '../../shared/utilities/textUtilities'
21-
import { isInDirectory } from '../../shared'
21+
import { isInDirectory } from '../../shared/filesystemUtilities'
2222
import { AuthUtil } from './authUtil'
2323

2424
let tabSize: number = getTabSizeSetting()

0 commit comments

Comments
 (0)