Skip to content

Commit b8b432b

Browse files
committed
refactor: reorganize imports in video service
1 parent 76d4f42 commit b8b432b

File tree

1 file changed

+4
-4
lines changed
  • packages/plugin-node/src/services

1 file changed

+4
-4
lines changed

packages/plugin-node/src/services/video.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
import { Service } from "@elizaos/core";
21
import {
32
IAgentRuntime,
43
ITranscriptionService,
4+
IVideoService,
55
Media,
6+
Service,
67
ServiceType,
7-
IVideoService,
8+
stringToUuid,
89
} from "@elizaos/core";
9-
import { stringToUuid } from "@elizaos/core";
1010
import ffmpeg from "fluent-ffmpeg";
1111
import fs from "fs";
12-
import path from "path";
1312
import { tmpdir } from "os";
13+
import path from "path";
1414
import youtubeDl from "youtube-dl-exec";
1515

1616
export class VideoService extends Service implements IVideoService {

0 commit comments

Comments
 (0)