Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: tabVersion <[email protected]>
  • Loading branch information
tabVersion committed Jul 17, 2024
1 parent 0e85bf0 commit d947f90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/connector/src/source/kinesis/enumerator/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ use async_trait::async_trait;
use aws_sdk_kinesis::types::Shard;
use aws_sdk_kinesis::Client as kinesis_client;
use risingwave_common::bail;
use thiserror_ext::AsReport;

use crate::error::ConnectorResult as Result;
use crate::source::kinesis::split::KinesisOffset;
Expand Down

0 comments on commit d947f90

Please sign in to comment.