Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
robframpton committed Nov 10, 2023
1 parent 05a77e1 commit 89bcc41
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions workos/organizations.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,7 @@ def create_organization(self, organization, idempotency_key=None):

return WorkOSOrganization.construct_from_response(response).to_dict()

def update_organization(
self, organization, name
):
def update_organization(self, organization, name):
"""Update an organization
Args:
Expand Down

0 comments on commit 89bcc41

Please sign in to comment.