Skip to content

Commit 82c1815

Browse files
committed
Formatting
1 parent 5ad4e3e commit 82c1815

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pybigquery/sqlalchemy_bigquery.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ def visit_select(self, *args, **kwargs):
129129
args[0].use_labels = True
130130
return super(BigQueryCompiler, self).visit_select(*args, **kwargs)
131131

132-
133-
134132
def visit_column(self, column, add_to_result_map=None,
135133
include_table=True, **kwargs):
136134

0 commit comments

Comments
 (0)