Skip to content

Commit ea1f5aa

Browse files
committed
lint
1 parent b41d44b commit ea1f5aa

File tree

3 files changed

+2
-23
lines changed

3 files changed

+2
-23
lines changed

packages/jupyterlab-chat/src/factory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
IInputToolbarRegistry,
1212
IMessageFooterRegistry,
1313
ISelectionWatcher,
14-
IInputToolbarRegistryFactory
14+
IInputToolbarRegistryFactory,
1515
WriterComponent
1616
} from '@jupyter/chat';
1717
import { IThemeManager } from '@jupyterlab/apputils';

packages/jupyterlab-chat/src/widget.tsx

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,7 @@
33
* Distributed under the terms of the Modified BSD License.
44
*/
55

6-
<<<<<<< HEAD
76
import { ChatWidget, IChatModel } from '@jupyter/chat';
8-
=======
9-
import {
10-
ChatWidget,
11-
IAttachmentOpenerRegistry,
12-
IChatCommandRegistry,
13-
IChatModel,
14-
IInputToolbarRegistry,
15-
IMessageFooterRegistry,
16-
readIcon,
17-
WriterComponent
18-
} from '@jupyter/chat';
19-
import { Contents } from '@jupyterlab/services';
20-
import { IThemeManager } from '@jupyterlab/apputils';
21-
import { PathExt } from '@jupyterlab/coreutils';
22-
>>>>>>> 04982b7 (Add the writer component plugin to alow third party extension to provide it)
237
import { DocumentWidget } from '@jupyterlab/docregistry';
248

259
import { LabChatModel } from './model';

ui-tests/tests/typing-notification.spec.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@ import {
1111
} from '@jupyterlab/galata';
1212
import { User } from '@jupyterlab/services';
1313

14-
import {
15-
openChat,
16-
openSettings,
17-
sendMessage,
18-
USER
19-
} from './test-utils';
14+
import { openChat, openSettings, sendMessage, USER } from './test-utils';
2015

2116
const FILENAME = 'my-chat.chat';
2217

0 commit comments

Comments
 (0)