Skip to content

Commit 0ca398d

Browse files
committed
Updates spacing in docstrings
1 parent 2e46610 commit 0ca398d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

google/cloud/bigquery/schema.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,7 @@ def type_system(self, value: Optional[str]):
591591

592592
def to_api_repr(self) -> dict:
593593
"""Build an API representation of this object.
594+
594595
Returns:
595596
Dict[str, Any]:
596597
A dictionary in the format used by the BigQuery API.
@@ -602,9 +603,11 @@ def to_api_repr(self) -> dict:
602603
def from_api_repr(cls, api_repr: Dict[str, Any]) -> "ForeignTypeInfo":
603604
"""Factory: constructs an instance of the class (cls)
604605
given its API representation.
606+
605607
Args:
606608
api_repr (Dict[str, Any]):
607609
API representation of the object to be instantiated.
610+
608611
Returns:
609612
An instance of the class initialized with data from 'api_repr'.
610613
"""

0 commit comments

Comments
 (0)