Skip to content

Commit 89f4de9

Browse files
committed
fmt
1 parent 4970d70 commit 89f4de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

databricks/sdk/_base_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import logging
2+
import urllib.parse
23
from datetime import timedelta
34
from types import TracebackType
45
from typing import (Any, BinaryIO, Callable, Dict, Iterable, Iterator, List,
56
Optional, Type, Union)
67

78
import requests
89
import requests.adapters
9-
import urllib.parse
1010

1111
from . import useragent
1212
from .casing import Casing

0 commit comments

Comments
 (0)