Skip to content

Commit 9e968ab

Browse files
black
Signed-off-by: wyattscarpenter <wyattscarpenter@gmail.com>
1 parent 7edb4a9 commit 9e968ab

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
@@ -65,7 +65,7 @@ class DatabricksSupportedType(Enum):
6565
None,
6666
list[TAllowedParameterValue],
6767
dict[TAllowedParameterValue, TAllowedParameterValue],
68-
tuple[TAllowedParameterValue, ...]
68+
tuple[TAllowedParameterValue, ...],
6969
]
7070

7171

0 commit comments

Comments
 (0)