Skip to content

Commit

Permalink
Removed unnecessary imports and reordered imports in source_manager.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
shanicky committed Sep 27, 2023
1 parent 8908e36 commit d305cbd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/meta/src/rpc/election/etcd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ use anyhow::anyhow;
use etcd_client::{ConnectOptions, Error, GetOptions, LeaderKey, ResignOptions};
use risingwave_common::bail;
use risingwave_common::util::runtime::BackgroundShutdownRuntime;
use serde::Serialize;
use tokio::runtime::Runtime;
use tokio::sync::watch::Receiver;
use tokio::sync::{oneshot, watch};
use tokio::time;
Expand Down
2 changes: 1 addition & 1 deletion src/meta/src/stream/source_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ use std::time::Duration;
use anyhow::anyhow;
use itertools::Itertools;
use risingwave_common::catalog::TableId;
use risingwave_connector::dispatch_source_prop;
use risingwave_common::util::runtime::BackgroundShutdownRuntime;
use risingwave_connector::dispatch_source_prop;
use risingwave_connector::source::{
ConnectorProperties, SourceEnumeratorContext, SourceEnumeratorInfo, SourceProperties,
SplitEnumerator, SplitId, SplitImpl, SplitMetaData,
Expand Down

0 comments on commit d305cbd

Please sign in to comment.