Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Nov 9, 2024
1 parent c36f7bb commit eb00003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/click/shell_completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,8 @@ class BashComplete(ShellComplete):

@staticmethod
def _check_version() -> None:
import subprocess
import shutil
import subprocess

bash_exe = shutil.which("bash")

Expand Down

0 comments on commit eb00003

Please sign in to comment.