Skip to content

Commit b21d015

Browse files
committed
nit
1 parent 83d6a9e commit b21d015

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/databricks/sql/common/http.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class HttpMethod(str, Enum):
1212
PUT = "PUT"
1313
DELETE = "DELETE"
1414

15+
1516
# HTTP request headers
1617
class HttpHeader(str, Enum):
1718
CONTENT_TYPE = "Content-Type"

0 commit comments

Comments
 (0)