Skip to content

Commit 49bb161

Browse files
committedNov 2, 2024
Fix CS
1 parent b664786 commit 49bb161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pyinfra/connectors/local.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import os
2+
import shlex
23
from shutil import which
34
from tempfile import mkstemp
45
from typing import TYPE_CHECKING, Tuple
56

67
import click
7-
import shlex
88
from typing_extensions import Unpack
99

1010
from pyinfra import logger

0 commit comments

Comments
 (0)
Failed to load comments.