Skip to content

Commit

Permalink
remove duplicated glassflow config attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloPardoGarcia committed Sep 18, 2024
1 parent b0a8671 commit af99445
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/glassflow/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class GlassFlowClient(APIClient):
organization_id: Organization ID of the user. If not provided, the default organization will be used
"""
glassflow_config: GlassFlowConfig

def __init__(self, personal_access_token: str = None, organization_id: str = None) -> None:
"""Create a new GlassFlowClient object
Expand Down

0 comments on commit af99445

Please sign in to comment.