Skip to content

Commit

Permalink
Update google/cloud/bigquery/schema.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chalmerlowe authored Dec 4, 2024
1 parent f22246a commit 7670971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/bigquery/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ def __str__(self):
return str(self._fields)

def __repr__(self):
return f"Schema({self.foreign_type_info!r}, {self._properties['_fields']!r})"
return f"Schema({self.foreign_type_info!r}, {self._fields!r})"

def append(self, item):
self._fields.append(item)
Expand Down

0 comments on commit 7670971

Please sign in to comment.