Skip to content

Commit

Permalink
Mark ExternalConfig.options property as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
plamut committed Nov 7, 2019
1 parent b6c6a0c commit 1aac65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigquery/google/cloud/bigquery/external_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ def source_format(self):

@property
def options(self):
"""Dict[str, Any]: Source-specific options."""
"""Optional[Dict[str, Any]]: Source-specific options."""
return self._options

@property
Expand Down

0 comments on commit 1aac65d

Please sign in to comment.