Skip to content

Commit e76ffee

Browse files
committed
fmt
1 parent 074c3e9 commit e76ffee

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

vinca/generate_gha.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -353,9 +353,7 @@ def build_osx_pipeline(
353353
)
354354

355355

356-
def build_win_pipeline(
357-
stages, trigger_branch, outfile="win.yml", azure_template=None
358-
):
356+
def build_win_pipeline(stages, trigger_branch, outfile="win.yml", azure_template=None):
359357
vm_imagename = "windows-2022"
360358
# Build Win pipeline
361359
blurb = {"jobs": {}, "name": "build_win"}

0 commit comments

Comments
 (0)