mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader
synced 2025-08-15 18:26:01 +08:00
fix: data crunching import
This commit is contained in:
parent
9ac40606d5
commit
964b66b6ab
@ -2,10 +2,12 @@ import {
|
|||||||
Defer,
|
Defer,
|
||||||
PromiseThrottle,
|
PromiseThrottle,
|
||||||
RPCHost,
|
RPCHost,
|
||||||
RPCReflection,
|
|
||||||
} from 'civkit';
|
} from 'civkit';
|
||||||
import { singleton } from 'tsyringe';
|
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 _ from 'lodash';
|
||||||
import { CrawlerHost } from './crawler';
|
import { CrawlerHost } from './crawler';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user