Skip to content

Commit 46fe30c

Browse files
generatedunixname1228101065403401meta-codesync[bot]
authored andcommitted
Fix Unused Import issue in fbcode/pearl/utils/scripts/benchmark.py
Differential Revision: D98657553 fbshipit-source-id: 1bb6c6bef52b9581ff4bce602b075e04f4039982
1 parent ee0f854 commit 46fe30c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pearl/utils/scripts/benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import os
1919
import warnings
2020

21-
import ale_py
21+
import ale_py # noqa: F401
2222
import matplotlib.pyplot as plt
2323
import numpy as np
2424
import torch.multiprocessing as mp

0 commit comments

Comments
 (0)