Skip to content

Commit

Permalink
ci + format
Browse files Browse the repository at this point in the history
  • Loading branch information
XaviPeiro committed Aug 30, 2024
1 parent e9c5590 commit 3cca70d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-sdk-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master

jobs:
test:
Expand Down
1 change: 0 additions & 1 deletion examples/list_function_groups_by.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,3 @@ def render(data: list[FunctionGroup], field: str) -> list:


render(data=result, field=filter_fields)

0 comments on commit 3cca70d

Please sign in to comment.