Skip to content

Commit 51d688f

Browse files
Remove unnecessary if __name__ == "__main__" section
1 parent 579ac1d commit 51d688f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tensorflow_metadata/python/proto_test.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,3 @@ def test_import_works(self):
3232
# Check for the presence of the Schema symbol.
3333
dummy = schema_pb2.Schema
3434
del dummy
35-
36-
37-
if __name__ == '__main__':
38-
absltest.main()

0 commit comments

Comments
 (0)