fixes lint checks
This commit is contained in:
parent
8fc4b2b58c
commit
7936aa6f4c
|
@ -3,7 +3,7 @@ use std::io::{self, Write};
|
|||
use anyhow::{Context, Result};
|
||||
|
||||
use crate::cmd::{Query, Run};
|
||||
use crate::config::{self};
|
||||
use crate::config;
|
||||
use crate::db::{Database, Epoch, Stream, StreamOptions};
|
||||
use crate::error::BrokenPipeHandler;
|
||||
use crate::util::{self, Fzf, FzfChild};
|
||||
|
|
Loading…
Reference in New Issue