fix: data crunching import

This commit is contained in:
Yanlong Wang 2024-05-31 17:32:16 +08:00
parent 9ac40606d5
commit 964b66b6ab
No known key found for this signature in database
GPG Key ID: C0A623C0BADF9F37

View File

@ -2,10 +2,12 @@ import {
Defer,
PromiseThrottle,
RPCHost,
RPCReflection,
} from 'civkit';
import { singleton } from 'tsyringe';
import { CloudScheduleV2, CloudTaskV2, FirebaseStorageBucketControl, Logger, OutputServerEventStream, Param, RPCReflect, TempFileManager } from '../shared';
import {
CloudScheduleV2, CloudTaskV2,
FirebaseStorageBucketControl, Logger, Param, TempFileManager
} from '../shared';
import _ from 'lodash';
import { CrawlerHost } from './crawler';