Skip to content

Commit 343bbde

Browse files
committed
chore: Format code
1 parent bd1c670 commit 343bbde

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clickhouse_backend/driver/connection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def send_query(self, query, query_id=None, params=None):
7373

7474

7575
class Cursor(cursor.Cursor):
76-
7776
# Whether to return data in columnar format. For backwards-compatibility,
7877
# let's default to None.
7978
columnar = None

0 commit comments

Comments
 (0)