Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
odinuv committed Jun 1, 2023
1 parent 31e780b commit c466048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kbcstorage/branches.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ def __init__(self, root_url, token):
"""
# Branches have inconsistent endpoint naming - it's either dev-branches or branch, so it need to be resolved
# endpoint by endpoint.
super().__init__(root_url, '', token)
super().__init__(root_url, "", token)

def metadata(self, branch_id = 'default'):
def metadata(self, branch_id="default"):
"""
Get branch metadata
Expand Down

0 comments on commit c466048

Please sign in to comment.