Skip to content

Commit

Permalink
python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nfx committed Jun 16, 2024
1 parent 9640e24 commit 4624127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databricks/sdk/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def __repr__(self) -> str:

_DEFAULT_PRODUCT_NAME = 'unknown'
_DEFAULT_PRODUCT_VERSION = '0.0.0'
_STATIC_USER_AGENT: Tuple[str, str, List[str]] = _DEFAULT_PRODUCT_NAME, _DEFAULT_PRODUCT_VERSION, []
_STATIC_USER_AGENT: Tuple[str, str, List[str]] = (_DEFAULT_PRODUCT_NAME, _DEFAULT_PRODUCT_VERSION, [])


def with_product(product: str, product_version: str):
Expand Down

0 comments on commit 4624127

Please sign in to comment.