Skip to content

Commit 1f76690

Browse files
committed
Fixed lint error
1 parent 1e3a3e8 commit 1f76690

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/widgets/gitPushPull.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { Spinner } from '@jupyterlab/apputils';
22
import { Widget } from '@phosphor/widgets';
33
import { Git, IGitPushPullResult, IGitAuth } from '../git';
44

5-
65
export enum Operation {
76
Pull = 'Pull',
87
Push = 'Push'

0 commit comments

Comments
 (0)