Skip to content

Commit b0298e8

Browse files
committed
chore: linted new ssl example
1 parent d6a4d3c commit b0298e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Examples/basic_ssl_example.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ def write_and_query_with_explicit_sys_cert(conf):
8080

8181
query = "SELECT * FROM \"escooter\""
8282
reader: pyarrow.Table = _client.query(query, mode="")
83-
list_results = reader.to_pylist()
8483
print_results(reader.to_pylist())
8584

8685

0 commit comments

Comments
 (0)