Skip to content

Commit 3bcd105

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

File tree

21 files changed

+0
-21
lines changed

21 files changed

+0
-21
lines changed

tensorflow_graphics/datasets/pix3d/__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.pix3d` module."""
1615

1716
from tensorflow_graphics.datasets.pix3d.pix3d import Pix3d

tensorflow_graphics/datasets/pix3d/pix3d.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
"""pix3d dataset."""
1615

1716
from __future__ import absolute_import

tensorflow_graphics/datasets/pix3d/pix3d_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 the Pix3D dataset."""
1615
from __future__ import absolute_import
1716
from __future__ import division

tensorflow_graphics/datasets/shapenet/__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.shapenet` module."""
1615

1716
from tensorflow_graphics.datasets.shapenet.shapenet import Shapenet

tensorflow_graphics/datasets/shapenet/shapenet.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
"""Shapenet Core dataset."""
1615

1716
from __future__ import absolute_import

tensorflow_graphics/datasets/shapenet/shapenet_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 the Shapenet dataset."""
1615

1716
from __future__ import absolute_import

tensorflow_graphics/geometry/representation/mesh/sampler.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
"""Computes a weighted point sampling of a triangular mesh.
1615
1716
This op computes a uniform sampling of points on the surface of the mesh.

tensorflow_graphics/image/transformer.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
"""This module implements image transformation functionalities."""
1615

1716
import enum

tensorflow_graphics/io/__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.io` module."""
1615

1716
# pylint: disable=g-import-not-at-top

tensorflow_graphics/io/triangle_mesh.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
"""A thin wrapper around the trimesh library for loading triangle meshes."""
1615

1716
import os

0 commit comments

Comments
 (0)