Skip to content

Commit 15e1a5f

Browse files
black
Signed-off-by: wyattscarpenter <[email protected]>
1 parent faaad12 commit 15e1a5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/databricks/sql/parameters/native.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ class DatabricksSupportedType(Enum):
6363
bool,
6464
decimal.Decimal,
6565
None,
66-
list['TAllowedParameterValue'],
67-
dict['TAllowedParameterValue', 'TAllowedParameterValue'],
68-
tuple['TAllowedParameterValue', ...],
66+
list["TAllowedParameterValue"],
67+
dict["TAllowedParameterValue", "TAllowedParameterValue"],
68+
tuple["TAllowedParameterValue", ...],
6969
]
7070

7171

0 commit comments

Comments
 (0)