From 80c3813ba99da77c09fda2c43a4ecc510320f82c Mon Sep 17 00:00:00 2001 From: Nir Ozery Date: Thu, 30 Nov 2023 10:50:26 +0000 Subject: [PATCH] change in client --- clients/python-wrapper/lakefs/branch.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/clients/python-wrapper/lakefs/branch.py b/clients/python-wrapper/lakefs/branch.py index 2ec9347ae91..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 - - -asd