fix: linting error
This commit is contained in:
parent
e6bce5c9a5
commit
1f4a75f374
|
|
@ -2,11 +2,10 @@ use std::io::{self, Write};
|
|||
|
||||
use serde_json::to_writer_pretty;
|
||||
|
||||
use crate::{
|
||||
cmd::{Export, ExportCommand, Run},
|
||||
db::Database,
|
||||
error::BrokenPipeHandler,
|
||||
};
|
||||
use crate::cmd::{Export, ExportCommand, Run};
|
||||
use crate::db::Database;
|
||||
use crate::error::BrokenPipeHandler;
|
||||
|
||||
|
||||
impl Run for Export {
|
||||
fn run(&self) -> anyhow::Result<()> {
|
||||
|
|
|
|||
Loading…
Reference in New Issue