Skip to content

Commit a8af781

Browse files
committed
remove dead import
1 parent 6adbb7d commit a8af781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ec2/model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { ErrorInformation } from '../shared/errors'
2424
import { sshAgentSocketVariable, startSshAgent, startVscodeRemote } from '../shared/extensions/ssh'
2525
import { createBoundProcess } from '../codecatalyst/model'
2626
import { getLogger } from '../shared/logger/logger'
27-
import { Timeout, sleep } from '../shared/utilities/timeoutUtils'
27+
import { Timeout } from '../shared/utilities/timeoutUtils'
2828
import { showMessageWithCancel } from '../shared/utilities/messages'
2929
import { VscodeRemoteSshConfig, sshLogFileLocation } from '../shared/vscodeRemoteSshConfig'
3030
import { SshKeyPair } from './sshKeyPair'

0 commit comments

Comments
 (0)