Skip to content

Commit

Permalink
Import sorting.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBackx committed Nov 9, 2024
1 parent c36f7bb commit 6b18fec
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 6b18fec

Please sign in to comment.