Skip to content

Commit d895274

Browse files
Make fmt
1 parent 844d57a commit d895274

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def test_config_host_url_format_check(mocker, host, expected):
3333
mocker.patch('databricks.sdk.config.Config.init_auth')
3434
assert Config(host=host).host == expected
3535

36+
3637
def test_extra_and_upstream_user_agent(monkeypatch):
3738

3839
class MockUname:

0 commit comments

Comments
 (0)