Make clippy happy

This commit is contained in:
Konstantin Knizhnik
2023-03-07 15:15:00 +02:00
parent 9b241f29cd
commit 6ec9922184
2 changed files with 1 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ fn uniform_key_partitioning(layer_map: &LayerMap<LayerDescriptor>, _lsn: Lsn) ->
for key in keys {
parts.push(KeySpace {
ranges: vec![current_key..key],
start: current_key,
start: current_key,
});
current_key = key;
}

View File

@@ -1,5 +1,3 @@
import time
import pytest
from fixtures.log_helper import log
from fixtures.neon_fixtures import NeonEnvBuilder