Skip to content

Commit

Permalink
Resolve lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MG190202 committed Feb 27, 2024
1 parent 4fd9bcd commit 519ce03
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions dozer-sink-aerospike/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,8 @@ use aerospike_client_sys::{
as_val_val_reserve, as_vector, as_vector_increase_capacity, as_vector_init, AS_BATCH_WRITE,
AS_BIN_NAME_MAX_LEN,
};
use dozer_core::{
node::{PortHandle, Sink, SinkFactory},
DEFAULT_PORT_HANDLE,
};
use dozer_core::node::{PortHandle, Sink, SinkFactory};
pub const DEFAULT_PORT_HANDLE: u16 = 0xffff_u16;
use dozer_types::errors::internal::BoxedError;
use dozer_types::geo::{Coord, Point};
use dozer_types::ordered_float::OrderedFloat;
Expand Down

0 comments on commit 519ce03

Please sign in to comment.