lint fixes

Summary: Lint after recent changes.

Reviewed By: nikhilaravi

Differential Revision: D27682328

fbshipit-source-id: 285d159010d886e4e97902995adbdff875fd3c19
This commit is contained in:
Jeremy Reizenstein
2021-04-12 19:09:17 -07:00
committed by Facebook GitHub Bot
parent 124bb5e391
commit c18ee9d40a
8 changed files with 9 additions and 13 deletions

View File

@@ -13,7 +13,7 @@ import unittest
import imageio
import numpy as np
import torch
from common_testing import TestCaseMixin, load_rgb_image, get_tests_dir
from common_testing import TestCaseMixin, get_tests_dir, load_rgb_image
from pytorch3d.io import save_obj
from pytorch3d.renderer.cameras import FoVPerspectiveCameras, look_at_view_transform
from pytorch3d.renderer.lighting import PointLights