mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-20 22:30:35 +08:00
Address black + isort fbsource linter warnings
Summary: Address black + isort fbsource linter warnings from D20558374 (previous diff) Reviewed By: nikhilaravi Differential Revision: D20558373 fbshipit-source-id: d3607de4a01fb24c0d5269634563a7914bddf1c8
This commit is contained in:
committed by
Facebook GitHub Bot
parent
eb512ffde3
commit
d57daa6f85
@@ -3,6 +3,7 @@ import unittest
|
||||
from collections import Counter
|
||||
from pathlib import Path
|
||||
|
||||
|
||||
# This file groups together tests which look at the code without running it.
|
||||
|
||||
|
||||
@@ -61,6 +62,5 @@ class TestBuild(unittest.TestCase):
|
||||
if firstline.startswith(("# -*-", "#!")):
|
||||
firstline = f.readline()
|
||||
self.assertTrue(
|
||||
firstline.endswith(expect),
|
||||
f"{i} missing copyright header.",
|
||||
firstline.endswith(expect), f"{i} missing copyright header."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user