Skip to content

Commit

Permalink
Remove unused attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Dec 11, 2024
1 parent 395b6f7 commit 9674672
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import { URLExt } from '@jupyterlab/coreutils';

import type { DriveFS } from '@jupyterlite/contents';
import { IXeusWorkerKernel } from './tokens';

globalThis.Module = {};
Expand Down Expand Up @@ -167,8 +166,6 @@ export class XeusRemoteKernel {
this._sendWorkerMessage = callback;
}

protected _driveName = '';
protected _driveFS: DriveFS | null = null;
protected _sendWorkerMessage: (msg: any) => void = () => {};
}

Expand Down

0 comments on commit 9674672

Please sign in to comment.