We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dataset.py
1 parent 266989a commit adffcf5Copy full SHA for adffcf5
google/cloud/bigquery/dataset.py
@@ -510,7 +510,8 @@ def __eq__(self, other):
510
return (
511
self.role == other.role
512
and self.entity_type == other.entity_type
513
- and self._normalize_entity_id(self.entity_id) == self._normalize_entity_id(other.entity_id)
+ and self._normalize_entity_id(self.entity_id)
514
+ == self._normalize_entity_id(other.entity_id)
515
and self.condition == other.condition
516
)
517
0 commit comments