Remove extra pyre fixmes

Summary: Remove extra pyre fixmes

Reviewed By: bottler

Differential Revision: D28929468

fbshipit-source-id: 175b7986d49b56de7af063e97a9b0423570f9093
This commit is contained in:
Patrick Labatut
2021-06-07 12:04:37 -07:00
committed by Facebook GitHub Bot
parent 36b451a49b
commit f14c0236f0
4 changed files with 0 additions and 4 deletions

View File

@@ -19,7 +19,6 @@ class _knn_points(Function):
@staticmethod
# pyre-fixme[14]: `forward` overrides method defined in `Function` inconsistently.
# pyre-fixme[14]: `forward` overrides method defined in `Function` inconsistently.
def forward(
ctx, p1, p2, lengths1, lengths2, K, version, return_sorted: bool = True
):