mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-02 12:59:45 +00:00
Fix extra newline in args (#6396)
This commit is contained in:
parent
720814c8f6
commit
02f5416bda
5 changed files with 0 additions and 7 deletions
|
|
@ -61,7 +61,6 @@ pub(crate) async fn add(
|
|||
script: Option<PathBuf>,
|
||||
python_preference: PythonPreference,
|
||||
python_downloads: PythonDownloads,
|
||||
|
||||
connectivity: Connectivity,
|
||||
concurrency: Concurrency,
|
||||
native_tls: bool,
|
||||
|
|
|
|||
|
|
@ -134,7 +134,6 @@ pub(super) async fn do_safe_lock(
|
|||
interpreter: &Interpreter,
|
||||
settings: ResolverSettingsRef<'_>,
|
||||
logger: Box<dyn ResolveLogger>,
|
||||
|
||||
connectivity: Connectivity,
|
||||
concurrency: Concurrency,
|
||||
native_tls: bool,
|
||||
|
|
@ -223,7 +222,6 @@ async fn do_lock(
|
|||
settings: ResolverSettingsRef<'_>,
|
||||
state: &SharedState,
|
||||
logger: Box<dyn ResolveLogger>,
|
||||
|
||||
connectivity: Connectivity,
|
||||
concurrency: Concurrency,
|
||||
native_tls: bool,
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@ pub(crate) async fn remove(
|
|||
script: Option<Pep723Script>,
|
||||
python_preference: PythonPreference,
|
||||
python_downloads: PythonDownloads,
|
||||
|
||||
connectivity: Connectivity,
|
||||
concurrency: Concurrency,
|
||||
native_tls: bool,
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@ pub(crate) async fn sync(
|
|||
python_preference: PythonPreference,
|
||||
python_downloads: PythonDownloads,
|
||||
settings: ResolverInstallerSettings,
|
||||
|
||||
connectivity: Connectivity,
|
||||
concurrency: Concurrency,
|
||||
native_tls: bool,
|
||||
|
|
@ -129,7 +128,6 @@ pub(super) async fn do_sync(
|
|||
settings: InstallerSettingsRef<'_>,
|
||||
state: &SharedState,
|
||||
logger: Box<dyn InstallLogger>,
|
||||
|
||||
connectivity: Connectivity,
|
||||
concurrency: Concurrency,
|
||||
native_tls: bool,
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@ pub(crate) async fn tree(
|
|||
settings: ResolverSettings,
|
||||
python_preference: PythonPreference,
|
||||
python_downloads: PythonDownloads,
|
||||
|
||||
connectivity: Connectivity,
|
||||
concurrency: Concurrency,
|
||||
native_tls: bool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue