fix: remove unused code

pull/24376/head
Marco Neumann 2021-12-08 13:45:16 +01:00
parent af71e2422e
commit e42c6974cf
1 changed files with 0 additions and 6 deletions

View File

@ -10,12 +10,6 @@ use thiserror::Error;
#[allow(clippy::enum_variant_names)]
#[derive(Debug, Error)]
pub enum Error {
#[error("Error formatting: {0}")]
FormattingError(#[from] influxdb_iox_client::format::Error),
#[error("Error querying: {0}")]
Query(#[from] influxdb_iox_client::flight::Error),
#[error("JSON Serialization error: {0}")]
Serde(#[from] serde_json::Error),