Skip to content

Commit 91a6349

Browse files
committed
fix lint errors
1 parent 65e4917 commit 91a6349

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bigquery/google/cloud/bigquery/table.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,12 @@ def dataset_id(self):
129129

130130
@property
131131
def table_id(self):
132-
"""ID of the table.
132+
"""ID of the table.
133133
134-
:rtype: str
135-
:returns: the table ID.
136-
"""
137-
return self._table_id
134+
:rtype: str
135+
:returns: the table ID.
136+
"""
137+
return self._table_id
138138

139139
@property
140140
def path(self):

0 commit comments

Comments
 (0)