Skip to content

Commit

Permalink
fix: format
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 890ff0c commit 265d0e6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/backend/src/managers/inference/inferenceManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@
import type { InferenceServer } from '@shared/src/models/IInference';
import type { PodmanConnection } from '../podmanConnection';
import { containerEngine, Disposable } from '@podman-desktop/api';
import { type ContainerInfo, type ImageInfo, type 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 Down

0 comments on commit 265d0e6

Please sign in to comment.