Skip to content

Commit 301dc62

Browse files
Ahmed Shuaibifacebook-github-bot
authored andcommitted
style: refactor function to single line for linter compliance (nfc)
Summary: X-link: facebookresearch/FBGEMM#2019 as titled Differential Revision: D84623182
1 parent 2674b39 commit 301dc62

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

fbgemm_gpu/fbgemm_gpu/split_table_batched_embeddings_ops_training.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1715,9 +1715,7 @@ def _report_duration(
17151715
)
17161716

17171717
@torch.jit.ignore
1718-
def _report_tbe_mem_usage(
1719-
self,
1720-
) -> None:
1718+
def _report_tbe_mem_usage(self) -> None:
17211719
if self.stats_reporter is None:
17221720
return
17231721

0 commit comments

Comments
 (0)