Skip to content

Commit cb7b995

Browse files
committed
Added suppressions for pytype --none-is-not-bool.
PiperOrigin-RevId: 698353624
1 parent 036a880 commit cb7b995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_data_validation/api/validation_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def features_needed(
5757

5858
@property
5959
def new_features_are_warnings(self) -> bool:
60-
return self._new_features_are_warnings
60+
return self._new_features_are_warnings # pytype: disable=bad-return-type
6161

6262
@property
6363
def severity_overrides(self) -> List[validation_config_pb2.SeverityOverride]:

0 commit comments

Comments
 (0)