Skip to content

Commit

Permalink
fix(omnisette): remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
amsam0 committed Apr 15, 2023
1 parent 22d3015 commit f31e4ee
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions omnisette/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,8 @@ impl AnisetteHeaders {
#[cfg(test)]
mod tests {
use anyhow::Result;
use log::{info, LevelFilter};
use log::LevelFilter;
use simplelog::{ColorChoice, ConfigBuilder, TermLogger, TerminalMode};
use std::path::PathBuf;

use crate::AnisetteHeaders;

pub fn init_logger() {
if TermLogger::init(
Expand All @@ -174,7 +171,6 @@ mod tests {
#[test]
fn fetch_anisette_auto() -> Result<()> {
use crate::{AnisetteConfiguration, AnisetteHeaders};
use anyhow::Result;
use log::info;
use std::path::PathBuf;

Expand Down

0 comments on commit f31e4ee

Please sign in to comment.