Skip to content

Commit 8ae220c

Browse files
committed
type error fix
Signed-off-by: Sreekanth Vadigi <[email protected]>
1 parent 4cd2cee commit 8ae220c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/sql/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ def __init__(
455455
self.active_command_id = None
456456
self.escaper = ParamEscaper()
457457
self.lastrowid = None
458-
self._input_stream_data = None
458+
self._input_stream_data: Optional[BinaryIO] = None
459459

460460
self.ASYNC_DEFAULT_POLLING_INTERVAL = 2
461461

0 commit comments

Comments
 (0)