Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoulSchaffranek committed Oct 11, 2024
1 parent 0a5dc15 commit 5f42e64
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/supevervisor.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import * as vscode from 'vscode';
import {getConfigValue} from './utils';


import { SessionOptions } from 'express-session';

export class Supervisor {
private _simbolik: vscode.TaskExecution | undefined;
private _anvil: vscode.TaskExecution | undefined;
Expand Down

0 comments on commit 5f42e64

Please sign in to comment.