Skip to content

Commit

Permalink
Remove unused import from parrotchathandler and clean up test file
Browse files Browse the repository at this point in the history
  • Loading branch information
tspascoal committed Nov 2, 2024
1 parent 3672921 commit 231713f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/parrotchathandler.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { hasUncaughtExceptionCaptureCallback } from 'process';
import * as vscode from 'vscode';

/**
Expand Down
1 change: 0 additions & 1 deletion src/test/parrotchathandler.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import * as assert from 'assert';
import { addReferencesToResponse, generateLikeSystemPrompt, getModelFamily, getUserPrompt } from '../parrotchathandler';
import * as parrotHandler from '../parrotchathandler';
import * as vscode from 'vscode';
import * as sinon from 'sinon';

Expand Down

0 comments on commit 231713f

Please sign in to comment.