fixes lint checks

This commit is contained in:
Jed 2025-05-23 10:21:01 +02:00
parent 8fc4b2b58c
commit 7936aa6f4c
1 changed files with 1 additions and 1 deletions

View File

@ -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};