suppress errors in vision/fair/pytorch3d

Summary:
Automatic run to suppress type errors.
 #pyreupgrade

Differential Revision: D22369027

fbshipit-source-id: 2beb1a43e429a0850944a8849d416bedefd516ed
This commit is contained in:
generatedunixname89002005307016 2020-07-02 17:42:41 -07:00 committed by Facebook GitHub Bot
parent 806ca361c0
commit ec82b46681

View File

@ -53,6 +53,7 @@ class _knn_points(Function):
in p2 has fewer than K points and where a cloud in p1 has fewer than P1 points.
"""
# pyre-fixme[16]: Module `pytorch3d` has no attribute `_C`.
idx, dists = _C.knn_points_idx(p1, p2, lengths1, lengths2, K, version)
# sort KNN in ascending order if K > 1