Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
AnIrishDuck committed Oct 13, 2022
1 parent d68c186 commit d6d192c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/io/json/read/deserialize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ use crate::{
array::*,
bitmap::MutableBitmap,
chunk::Chunk,
datatypes::{DataType, Field, IntervalUnit, PhysicalType, Schema},
datatypes::{DataType, Field, IntervalUnit, Schema},
error::Error,
types::{f16, NativeType, PrimitiveType},
types::{f16, NativeType},
};

/// A function that converts a &Value into an optional tuple of a byte slice and a Value.
Expand Down

0 comments on commit d6d192c

Please sign in to comment.