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.
1 parent 036a880 commit cb7b995Copy full SHA for cb7b995
tensorflow_data_validation/api/validation_options.py
@@ -57,7 +57,7 @@ def features_needed(
57
58
@property
59
def new_features_are_warnings(self) -> bool:
60
- return self._new_features_are_warnings
+ return self._new_features_are_warnings # pytype: disable=bad-return-type
61
62
63
def severity_overrides(self) -> List[validation_config_pb2.SeverityOverride]:
0 commit comments