Fix extra newline in args (#6396)

This commit is contained in:
Charlie Marsh 2024-08-21 20:44:48 -04:00 committed by GitHub
parent 720814c8f6
commit 02f5416bda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 0 additions and 7 deletions

View file

@ -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,

View file

@ -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,

View file

@ -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,

View file

@ -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,

View file

@ -35,7 +35,6 @@ pub(crate) async fn tree(
settings: ResolverSettings,
python_preference: PythonPreference,
python_downloads: PythonDownloads,
connectivity: Connectivity,
concurrency: Concurrency,
native_tls: bool,