Skip to content

Commit d542a8e

Browse files
yileicopybara-github
authored andcommitted
Remove unused comments related to Python 2 compatibility.
PiperOrigin-RevId: 436433787
1 parent ead75e1 commit d542a8e

File tree

16 files changed

+0
-16
lines changed

16 files changed

+0
-16
lines changed

tools/tensorflow_docs/api_generator/pretty_docs/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Lint as: python3
21
# Copyright 2022 The TensorFlow Authors. All Rights Reserved.
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

tools/tensorflow_docs/api_generator/pretty_docs/base_page.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Lint as: python3
21
# Copyright 2022 The TensorFlow Authors. All Rights Reserved.
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

tools/tensorflow_docs/api_generator/pretty_docs/class_page.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Lint as: python3
21
# Copyright 2022 The TensorFlow Authors. All Rights Reserved.
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

tools/tensorflow_docs/api_generator/pretty_docs/docs_for_object.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Lint as: python3
21
# Copyright 2022 The TensorFlow Authors. All Rights Reserved.
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

tools/tensorflow_docs/api_generator/pretty_docs/function_page.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Lint as: python3
21
# Copyright 2022 The TensorFlow Authors. All Rights Reserved.
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

tools/tensorflow_docs/api_generator/pretty_docs/module_page.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Lint as: python3
21
# Copyright 2022 The TensorFlow Authors. All Rights Reserved.
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

tools/tensorflow_docs/api_generator/pretty_docs/pretty_docs_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Lint as: python3
21
# Copyright 2015 The TensorFlow Authors. All Rights Reserved.
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

tools/tensorflow_docs/api_generator/pretty_docs/type_alias_page.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Lint as: python3
21
# Copyright 2022 The TensorFlow Authors. All Rights Reserved.
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

tools/tensorflow_docs/tools/nblint/__main__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Lint as: python3
21
# pylint: disable=invalid-name
32
# Copyright 2020 The TensorFlow Authors. All Rights Reserved.
43
#

tools/tensorflow_docs/tools/nblint/decorator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Lint as: python3
21
# Copyright 2020 The TensorFlow Authors. All Rights Reserved.
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)