Skip to content

Commit

Permalink
Fix some imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffersGlass committed Apr 13, 2023
1 parent cc86bc5 commit 235da77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyscriptjs/src/plugins/pyterminal.ts
Expand Up @@ -4,6 +4,7 @@ import { Plugin, validateConfigParameterFromArray } from '../plugin';
import { getLogger } from '../logger';
import { type Stdio } from '../stdio';
import { InterpreterClient } from '../interpreter_client';
import { UserError, ErrorCode } from '../exceptions';
import type { Terminal as TerminalType } from 'xterm';

type AppConfigStyle = AppConfig & {
Expand Down

0 comments on commit 235da77

Please sign in to comment.