Skip to content

Commit

Permalink
Removes unnecessary consts from positron-supervisor
Browse files Browse the repository at this point in the history
  • Loading branch information
samclark2015 committed Feb 19, 2025
1 parent 54dee73 commit c303044
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions extensions/positron-supervisor/src/KallichoreSession.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ import { UICommRequest } from './UICommRequest';
import { createUniqueId, summarizeError, summarizeHttpError } from './util';
import { AdoptedSession } from './AdoptedSession';

const KERNEL_CHANNEL_NAME = 'kernel';
const PROFILE_CHANNEL_NAME = 'profile';
const RUNTIME_CHANNEL_NAME = 'runtime';
export class KallichoreSession implements JupyterLanguageRuntimeSession {
/**
* The runtime messages emitter; consumes Jupyter messages and translates
Expand Down

0 comments on commit c303044

Please sign in to comment.