diff --git a/.github/workflows/python-wrapper-unit-tests.yaml b/.github/workflows/python-wrapper-unit-tests.yaml index 8d734b733f9..bdc20a4a77e 100644 --- a/.github/workflows/python-wrapper-unit-tests.yaml +++ b/.github/workflows/python-wrapper-unit-tests.yaml @@ -26,9 +26,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Always Succeed - run: | - echo ${{ needs.paths-filter.outputs.client }} - echo "No changes in client - skipping unit tests" + run: echo "No changes in client - skipping unit tests" unit-tests: needs: paths-filter diff --git a/clients/python-wrapper/lakefs/branch.py b/clients/python-wrapper/lakefs/branch.py index 583a8bd0bff..ef5ae4c0cf0 100644 --- a/clients/python-wrapper/lakefs/branch.py +++ b/clients/python-wrapper/lakefs/branch.py @@ -219,6 +219,3 @@ def __init__(self, repository_id: str, branch_id: str, commit_message: str, clie # TODO: Implement and check if we are OK with transaction returning a branch # with capabilities such as commit and transaction - - -bla