fix: add FromStr import for CompressionType
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
use anyhow::Result;
|
use anyhow::Result;
|
||||||
use std::path::PathBuf;
|
use std::path::PathBuf;
|
||||||
|
use std::str::FromStr;
|
||||||
|
|
||||||
use crate::db;
|
use crate::db;
|
||||||
use clap::Command;
|
use clap::Command;
|
||||||
|
|||||||
Reference in New Issue
Block a user