From af99445686e621410d4d2bb06b31ca1d22df2845 Mon Sep 17 00:00:00 2001 From: Pablo Pardo Garcia Date: Wed, 18 Sep 2024 17:48:23 +0200 Subject: [PATCH] remove duplicated glassflow config attribute --- src/glassflow/client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/glassflow/client.py b/src/glassflow/client.py index 0ff3302..5505481 100644 --- a/src/glassflow/client.py +++ b/src/glassflow/client.py @@ -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