Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik committed Dec 12, 2023
1 parent f2c2901 commit faefb2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nexus/catalog/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use postgres_connection::{connect_postgres, get_pg_connection_string};
use prost::Message;
use pt::{
flow_model::{FlowJob, QRepFlowJob},
peerdb_peers::{PostgresConfig, SshConfig},
peerdb_peers::PostgresConfig,
peerdb_peers::{peer::Config, DbType, Peer},
};
use serde_json::Value;
Expand Down Expand Up @@ -75,7 +75,7 @@ impl CatalogConfig {
database: self.database.clone(),
transaction_snapshot: "".to_string(),
metadata_schema: Some("".to_string()),
ssh_config: None
ssh_config: None,
}
}

Expand Down

0 comments on commit faefb2a

Please sign in to comment.