Skip to content

Commit 22a0c4d

Browse files
committed
Revert formatting change in run arguments
1 parent 20cc3bf commit 22a0c4d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyright/node.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,7 @@ def _run_gracefully(
134134

135135

136136
def run(
137-
target: Target,
138-
*args: str,
139-
**kwargs: Any,
137+
target: Target, *args: str, **kwargs: Any
140138
) -> Union['subprocess.CompletedProcess[bytes]', 'subprocess.CompletedProcess[str]']:
141139
check_target(target)
142140
binary = _ensure_available(target)

0 commit comments

Comments
 (0)