mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-25 08:40:35 +08:00
apply new formatting config
Summary: pyfmt now specifies a target Python version of 3.8 when formatting with black. With this new config, black adds trailing commas to all multiline function calls. This applies the new formatting as part of rolling out the linttool-integration for pyfmt. paintitblack Reviewed By: zertosh, lisroach Differential Revision: D37084377 fbshipit-source-id: 781a1b883a381a172e54d6e447137657977876b4
This commit is contained in:
committed by
Facebook GitHub Bot
parent
023a2369ae
commit
ea4f3260e4
@@ -75,7 +75,7 @@ def render_point_cloud_pytorch3d(
|
||||
eps: float = 1e-2,
|
||||
bg_color=None,
|
||||
bin_size: Optional[int] = None,
|
||||
**kwargs
|
||||
**kwargs,
|
||||
):
|
||||
|
||||
# feature dimension
|
||||
|
||||
Reference in New Issue
Block a user