Skip to content

Commit 3cca70d

Browse files
committed
ci + format
1 parent e9c5590 commit 3cca70d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: .github/workflows/ci-sdk-tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
on:
22
push:
33
branches:
4-
- main
4+
- master
55
pull_request:
66
branches:
7-
- main
7+
- master
88

99
jobs:
1010
test:

Diff for: examples/list_function_groups_by.py

-1
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,3 @@ def render(data: list[FunctionGroup], field: str) -> list:
8989

9090

9191
render(data=result, field=filter_fields)
92-

0 commit comments

Comments
 (0)