Skip to content

Commit 3fd5f92

Browse files
committed
linting cleanup
1 parent 211af99 commit 3fd5f92

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/icon.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ export const thumbUpIcon = new LabIcon({
2222
export const thumbDownIcon = new LabIcon({
2323
name: 'thumbDown:Icon',
2424
svgstr: ThumbDownStr
25-
});
25+
});

src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ const AI_EVENT_SCHEMA_ID =
2222
const AI_ERROR_EVENT_SCHEMA_ID =
2323
'https://events.jupyter.org/jupyter_ai/error/v1';
2424

25-
2625
export type LabCommand = {
2726
name: string;
2827
args: any;
@@ -31,7 +30,7 @@ export type LabCommand = {
3130
export type Context = {
3231
cell_id: string;
3332
content: any;
34-
}
33+
};
3534

3635
export type AIWorkflowState = {
3736
agent: string;

0 commit comments

Comments
 (0)