Skip to content

Commit e79c5ea

Browse files
committed
Revert formatting change in run arguments
1 parent bacfafa commit e79c5ea

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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)