Tidy comments around imports

Summary: Make black and isort stop disagreeing by removing some unneeded comments around import statements. pyre ignores are moved.

Reviewed By: theschnitz

Differential Revision: D27118137

fbshipit-source-id: 9926d0f21142adcf9b5cfe1d394754317f6386df
This commit is contained in:
Jeremy Reizenstein
2021-03-17 09:22:49 -07:00
committed by Facebook GitHub Bot
parent 1b6182bac2
commit 8e1bcd5568
15 changed files with 14 additions and 47 deletions

View File

@@ -4,8 +4,6 @@ import os
import numpy as np
import torch
# Util function for loading meshes
from pytorch3d.io import load_objs_as_meshes
from pytorch3d.renderer import (
BlendParams,