Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and dukecat0 committed Sep 3, 2024
1 parent 0acc6a1 commit f20d909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.d/683.bugfix.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
On Windows, no longer overwrite existing files on upgrade if source and destination are the same
On Windows, no longer overwrite existing files on upgrade if source and destination are the same
2 changes: 1 addition & 1 deletion src/pipx/commands/common.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import filecmp
import logging
import os
import shlex
Expand All @@ -9,7 +10,6 @@
from shutil import which
from tempfile import TemporaryDirectory
from typing import Dict, List, Optional, Set, Tuple
import filecmp

import userpath # type: ignore[import-not-found]
from packaging.utils import canonicalize_name
Expand Down

0 comments on commit f20d909

Please sign in to comment.