Skip to content

Commit e77f2be

Browse files
committedJun 6, 2021
lint fixes
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent 3c8b684 commit e77f2be

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
 

‎src/actions/onRunReset.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import * as T from 'typings'
22
import * as TT from 'typings/tutorial'
33
import Context from '../services/context/context'
4-
import { exec } from '../services/node'
54
import reset from '../services/reset'
65
import * as hooks from '../services/hooks'
76
import getCommitHashByPosition from '../services/reset/lastHash'

‎src/commands.ts

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import createTestRunner from './services/testRunner'
55
import createWebView from './services/webview'
66
import * as hooks from './services/hooks'
77
import logger from './services/logger'
8-
import * as actions from './actions'
98
import Channel from './channel'
109

1110
export const COMMANDS = {

0 commit comments

Comments
 (0)
Failed to load comments.