Skip to content

Commit dc688f1

Browse files
yileicopybara-github
authored andcommitted
Remove unused comments related to Python 2 compatibility.
PiperOrigin-RevId: 437017139
1 parent 8538149 commit dc688f1

25 files changed

+0
-25
lines changed

tensorflow_graphics/datasets/features/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
# Lint as: python3
1514
"""`tensorflow_graphics.datasets.features` API defining feature types."""
1615

1716
from tensorflow_graphics.datasets.features.camera_feature import Camera

tensorflow_graphics/datasets/features/camera_feature.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
# Lint as: python3
1514
"""Camera feature."""
1615

1716
from __future__ import absolute_import

tensorflow_graphics/datasets/features/camera_feature_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
# Lint as: python3
1514
"""Tests for tensorflow_graphics.datasets.features.camera_feature."""
1615

1716
from __future__ import absolute_import

tensorflow_graphics/datasets/features/pose_feature.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
# Lint as: python3
1514
"""3D Pose feature."""
1615

1716
from __future__ import absolute_import

tensorflow_graphics/datasets/features/pose_feature_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
# Lint as: python3
1514
"""Tests for tensorflow_graphics.datasets.features.pose_feature."""
1615

1716
from __future__ import absolute_import

tensorflow_graphics/datasets/features/trimesh_feature.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
# Lint as: python3
1514
"""Triangle mesh feature."""
1615

1716
from __future__ import absolute_import

tensorflow_graphics/datasets/features/trimesh_feature_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
# Lint as: python3
1514
"""Tests for tensorflow_graphics.datasets.features.trimesh_feature."""
1615

1716
from __future__ import absolute_import

tensorflow_graphics/datasets/features/voxel_feature.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
# Lint as: python3
1514
"""Voxel grid feature."""
1615

1716
from __future__ import absolute_import

tensorflow_graphics/datasets/features/voxel_feature_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
# Lint as: python3
1514
"""Tests for tensorflow_graphics.datasets.features.voxel_feature."""
1615

1716
from __future__ import absolute_import

tensorflow_graphics/datasets/modelnet40/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
# Lint as: python3
1514
"""`tensorflow_graphics.datasets.modelnet40` module."""
1615

1716
from tensorflow_graphics.datasets.modelnet40.modelnet40 import ModelNet40

0 commit comments

Comments
 (0)