Skip to content

Commit 0c89c25

Browse files
committed
Fix CS
1 parent a48fdff commit 0c89c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyinfra/connectors/local.py

Lines changed: 1 addition & 1 deletion
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)