mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader
synced 2025-08-15 01:36:11 +08:00
fix: data crunching import
This commit is contained in:
parent
9ac40606d5
commit
964b66b6ab
@ -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';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user