mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-22 23:30:35 +08:00
fix recent lint
Summary: Flowing of compositing comments Reviewed By: nikhilaravi Differential Revision: D20556707 fbshipit-source-id: 4abdc85e4f65abd41c4a890b6895bc5e95b4576b
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d57daa6f85
commit
27eb791e2f
@@ -245,7 +245,8 @@ class Pointclouds(object):
|
||||
|
||||
Returns:
|
||||
3-element tuple of list, padded, num_channels.
|
||||
If aux_input is list, then padded is None. If aux_input is a tensor, then list is None.
|
||||
If aux_input is list, then padded is None. If aux_input is a tensor,
|
||||
then list is None.
|
||||
"""
|
||||
if aux_input is None or self._N == 0:
|
||||
return None, None, None
|
||||
|
||||
Reference in New Issue
Block a user