Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phase 1 for storing schemas for later use. #7761

Merged
merged 11 commits into from
Apr 25, 2019
Prev Previous commit
Next Next commit
Removed unneeded variable
  • Loading branch information
lbristol88 committed Apr 24, 2019
commit 79e965ba36a26093280ad36475832699d9b6894b
1 change: 0 additions & 1 deletion bigquery/google/cloud/bigquery/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1974,7 +1974,6 @@ def schema_to_json(self, schema_list, destination):

Destination is a file path or a file object.
"""
file_obj = None
json_schema_list = [f.to_api_repr() for f in schema_list]

if isinstance(destination, io.IOBase):
Expand Down