We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faaad12 commit 15e1a5fCopy full SHA for 15e1a5f
src/databricks/sql/parameters/native.py
@@ -63,9 +63,9 @@ class DatabricksSupportedType(Enum):
63
bool,
64
decimal.Decimal,
65
None,
66
- list['TAllowedParameterValue'],
67
- dict['TAllowedParameterValue', 'TAllowedParameterValue'],
68
- tuple['TAllowedParameterValue', ...],
+ list["TAllowedParameterValue"],
+ dict["TAllowedParameterValue", "TAllowedParameterValue"],
+ tuple["TAllowedParameterValue", ...],
69
]
70
71
0 commit comments