We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b664786 commit 49bb161Copy full SHA for 49bb161
pyinfra/connectors/local.py
@@ -1,10 +1,10 @@
1
import os
2
+import shlex
3
from shutil import which
4
from tempfile import mkstemp
5
from typing import TYPE_CHECKING, Tuple
6
7
import click
-import shlex
8
from typing_extensions import Unpack
9
10
from pyinfra import logger
0 commit comments