From d9ad79c0016ed7c5fcbfe2a5d0cc5f5354dfd4e4 Mon Sep 17 00:00:00 2001 From: Simeon Stoykov <84503892+SimeonStoykovQC@users.noreply.github.com> Date: Wed, 3 Nov 2021 16:50:30 +0200 Subject: [PATCH] Remove trailing whitespaces --- conda_lock/conda_lock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda_lock/conda_lock.py b/conda_lock/conda_lock.py index 6d8f49f24..a8b182dcc 100644 --- a/conda_lock/conda_lock.py +++ b/conda_lock/conda_lock.py @@ -792,7 +792,7 @@ def _add_auth_to_lockfile(lockfile: str, auth: Dict[str, str]) -> str: @contextmanager def _add_auth(lockfile: str, auth: Dict[str, str]) -> Iterator[str]: lockfile_with_auth = _add_auth_to_lockfile(lockfile, auth) - + # On Windows, NamedTemporaryFiles can't be opened a second time, so we have to close it first (and delete it manually later) tf = tempfile.NamedTemporaryFile(delete=False) try: