about summary refs log tree commit diff stats
path: root/crates/yt_dlp/src/wrapper/info_json.rs
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-02-16 18:21:02 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-02-16 18:21:02 +0100
commit55a94110287ad2b1a55953febac48422a9d3ba89 (patch)
treeca57ff2df49383e3f34a31df8c7c7e3d06470ba1 /crates/yt_dlp/src/wrapper/info_json.rs
parentrefactor(yt/): Use the new `termsize` and `uu_fmt` crates (diff)
downloadyt-55a94110287ad2b1a55953febac48422a9d3ba89.zip
style(treewide): Re-format
Diffstat (limited to 'crates/yt_dlp/src/wrapper/info_json.rs')
-rw-r--r--crates/yt_dlp/src/wrapper/info_json.rs2
1 files changed, 1 insertions, 1 deletions
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;