Skip to content

Commit e500678

Browse files
committed
Update notebook
1 parent f1f359e commit e500678

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/notebook.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as vscode from 'vscode';
22
import net = require('net');
33
import { spawn, ChildProcess } from 'child_process';
4-
import { dirname, resolve } from 'path';
4+
import { dirname } from 'path';
55
import getPort = require('get-port');
66

77
class RKernel {

0 commit comments

Comments
 (0)