Fix conflicts with main branch

This commit is contained in:
Konstantin Knizhnik
2021-05-20 14:39:27 +03:00
parent 20b6279beb
commit 3645133700
6 changed files with 7 additions and 13 deletions

View File

@@ -3,7 +3,7 @@ use std::sync::Arc;
use std::time::SystemTime;
use std::{thread, time};
use control_plane::compute::{PostgresNode, ComputeControlPlane};
use control_plane::compute::{ComputeControlPlane, PostgresNode};
use integration_tests;
use integration_tests::PostgresNodeExt;