Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 14, 2024
1 parent 7e52e45 commit e1e3c3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ impl Client {
Ok(resp.bytes().await?)
})
}

pub async fn get_async<U: IntoUrl>(&self, url: U) -> Result<Response> {
let get = |url: Url| async move {
debug!("GET {}", &url);
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/core/python.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ use crate::toolset::{ToolRequest, ToolVersion, Toolset};
use crate::ui::progress_report::SingleReport;
use crate::{cmd, dirs, file, plugins};
use eyre::{bail, eyre};
use flate2::read::GzDecoder;
use itertools::Itertools;
use once_cell::sync::Lazy;
use std::collections::BTreeMap;
use std::io::{Read};
use std::io::Read;
use std::path::{Path, PathBuf};
use std::sync::{Arc, OnceLock};
use flate2::read::GzDecoder;
use versions::Versioning;
use xx::regex;

Expand Down

0 comments on commit e1e3c3c

Please sign in to comment.