Skip to content

Commit

Permalink
cleanup duplicate imports
Browse files Browse the repository at this point in the history
Signed-off-by: Yulong Ruan <[email protected]>
  • Loading branch information
ruanyl committed Sep 27, 2024
1 parent 9478056 commit c56f0d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions public/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import {
UsageCollectionSetup,
} from '../../../src/plugins/usage_collection/public';

import { UsageCollectionSetup } from '../../../src/plugins/usage_collection/public';
import { ConfigSchema } from '../common/types/config';

export interface RenderProps {
Expand Down Expand Up @@ -64,7 +63,6 @@ export interface AssistantPluginSetupDependencies {
usageCollection?: UsageCollectionSetup;
uiActions: UiActionsSetup;
expressions: ExpressionsSetup;
usageCollection?: UsageCollectionSetup;
}

export interface AssistantSetup {
Expand Down

0 comments on commit c56f0d3

Please sign in to comment.