mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-15 11:50:35 +08:00
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:
committed by
Facebook GitHub Bot
parent
1b6182bac2
commit
8e1bcd5568
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user