Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mgyucht committed Feb 8, 2024
1 parent d2c429e commit e735d45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion databricks/sdk/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def __init__(self,
credentials_provider: CredentialsProvider = None,
product="unknown",
product_version="0.0.0",
clock: Clock=None,
clock: Clock = None,
**kwargs):
self._inner = {}
self._user_agent_other_info = []
Expand Down
1 change: 0 additions & 1 deletion databricks/sdk/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

from requests.adapters import HTTPAdapter

from .clock import Clock, RealClock
from .config import *
# To preserve backwards compatibility (as these definitions were previously in this module)
from .credentials_provider import *
Expand Down

0 comments on commit e735d45

Please sign in to comment.