Skip to content

Commit fe65540

Browse files
committed
remove old vars
1 parent a2bd83d commit fe65540

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dbtsl/client/base.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def __init__(
4040
gql_factory: GraphQLClientFactory[TGQLClient],
4141
adbc_factory: ADBCClientFactory[TADBCClient],
4242
timeout: Optional[Union[TimeoutOptions, float, int]] = None,
43-
requests_headers: Optional[dict[str, str]] = None,
4443
) -> None:
4544
"""Initialize the Semantic Layer client.
4645
@@ -51,7 +50,6 @@ def __init__(
5150
gql_factory: class of the underlying GQL client
5251
adbc_factory: class of the underlying ADBC client
5352
timeout: `TimeoutOptions` or total timeout for the underlying GraphQL client.
54-
requests_headers: additional headers to pass to the requests, optional
5553
"""
5654
self._has_session = False
5755

0 commit comments

Comments
 (0)