From 55a94110287ad2b1a55953febac48422a9d3ba89 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 16 Feb 2025 18:21:02 +0100 Subject: style(treewide): Re-format --- crates/yt_dlp/src/wrapper/info_json.rs | 2 +- crates/yt_dlp/src/wrapper/yt_dlp_options.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/yt_dlp/src/wrapper') diff --git a/crates/yt_dlp/src/wrapper/info_json.rs b/crates/yt_dlp/src/wrapper/info_json.rs index 720740c..4b80245 100644 --- a/crates/yt_dlp/src/wrapper/info_json.rs +++ b/crates/yt_dlp/src/wrapper/info_json.rs @@ -13,7 +13,7 @@ use std::{collections::HashMap, path::PathBuf}; -use pyo3::{types::PyDict, Bound, PyResult, Python}; +use pyo3::{Bound, PyResult, Python, types::PyDict}; use serde::{Deserialize, Deserializer, Serialize}; use serde_json::Value; use url::Url; diff --git a/crates/yt_dlp/src/wrapper/yt_dlp_options.rs b/crates/yt_dlp/src/wrapper/yt_dlp_options.rs index c2a86df..25595b5 100644 --- a/crates/yt_dlp/src/wrapper/yt_dlp_options.rs +++ b/crates/yt_dlp/src/wrapper/yt_dlp_options.rs @@ -8,7 +8,7 @@ // You should have received a copy of the License along with this program. // If not, see . -use pyo3::{types::PyDict, Bound, PyResult, Python}; +use pyo3::{Bound, PyResult, Python, types::PyDict}; use serde::Serialize; use crate::json_loads; -- cgit 1.4.1