Skip to content

Commit

Permalink
fix: typecheck
Browse files Browse the repository at this point in the history
Signed-off-by: axel7083 <[email protected]>
  • Loading branch information
axel7083 committed Mar 5, 2024
1 parent 09b5ebd commit 890ff0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/backend/src/managers/inference/inferenceManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import type { InferenceServer } from '@shared/src/models/IInference';
import type { PodmanConnection } from '../podmanConnection';
import { containerEngine, Disposable } from '@podman-desktop/api';
import type { ContainerInfo, ImageInfo, PullEvent, type TelemetryLogger, type Webview } from '@podman-desktop/api';
import { type ContainerInfo, type ImageInfo, type PullEvent, type TelemetryLogger, type Webview } from '@podman-desktop/api';
import type { ContainerRegistry, ContainerStart } from '../../registries/ContainerRegistry';
import {
GenerateContainerCreateOptions,
Expand All @@ -29,7 +29,7 @@ import {
import { Publisher } from '../../utils/Publisher';
import { MSG_INFERENCE_SERVERS_UPDATE } from '@shared/Messages';
import type { InferenceServerConfig } from '@shared/src/models/InferenceServerConfig';
import type { Manager } from '../IManager';
import type { Manager } from '../../utils/IManager';
import type { ModelsManager } from '../modelsManager';

export class InferenceManager extends Publisher<InferenceServer[]> implements Manager {
Expand Down

0 comments on commit 890ff0c

Please sign in to comment.