Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jba committed Sep 14, 2017
1 parent 65e4917 commit 91a6349
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bigquery/google/cloud/bigquery/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@ def dataset_id(self):

@property
def table_id(self):
"""ID of the table.
"""ID of the table.
:rtype: str
:returns: the table ID.
"""
return self._table_id
:rtype: str
:returns: the table ID.
"""
return self._table_id

@property
def path(self):
Expand Down

0 comments on commit 91a6349

Please sign in to comment.