Skip to content

Commit 97a12bd

Browse files
Update src/databricks/sql/parameters/native.py
Signed-off-by: wyattscarpenter <wyattscarpenter@gmail.com>
1 parent 9fdac10 commit 97a12bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/sql/parameters/native.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import datetime
1414
import decimal
1515
from enum import Enum, auto
16-
from typing import, List, Union
16+
from typing import List, Union
1717

1818

1919
class ParameterApproach(Enum):

0 commit comments

Comments
 (0)