Skip to content

Commit

Permalink
Remove trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonStoykovQC authored Nov 3, 2021
1 parent c1adf5b commit d9ad79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_lock/conda_lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d9ad79c

Please sign in to comment.