Skip to content

Commit

Permalink
Remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
karolisg committed Jan 19, 2023
1 parent 1ef6bc8 commit 73ad492
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dozer-ingestion/src/connectors/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ use crate::connectors::snowflake::connector::SnowflakeConnector;

pub type ValidationResults = HashMap<String, Vec<(Option<String>, Result<(), ConnectorError>)>>;

// use super::{seq_no_resolver::SeqNoResolver, storage::RocksStorage};
pub trait Connector: Send + Sync {
fn get_schemas(
&self,
Expand Down

0 comments on commit 73ad492

Please sign in to comment.