pyre and lint fixes

Summary: Fixing several unused imports and pyre/linter warnings.

Reviewed By: bottler

Differential Revision: D22592491

fbshipit-source-id: 463383b9b73a545949475044fb5c531712f8482c
This commit is contained in:
Nikhila Ravi
2020-07-17 10:27:47 -07:00
committed by Facebook GitHub Bot
parent 7e5bad475c
commit 4f78af6170
8 changed files with 53 additions and 65 deletions

View File

@@ -7,7 +7,6 @@ from typing import NamedTuple, Optional
import torch
import torch.nn as nn
from ..cameras import get_world_to_view_transform
from .rasterize_points import rasterize_points