Skip to content

Commit ed12d38

Browse files
generatedunixname1228101065403401meta-codesync[bot]
authored andcommitted
Fix Unused Import issue in fbcode/pearl/utils/scripts/cb_benchmark/cb_benchmark_config.py
Differential Revision: D101130341 fbshipit-source-id: 24810e71026172c0c566335343b313510c7aa2c8
1 parent 07e7a2a commit ed12d38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pearl/utils/scripts/cb_benchmark/cb_benchmark_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# pyre-strict
99

1010
import os
11-
from typing import Any, Dict, Tuple
11+
from typing import Any, Tuple
1212

1313
import torch
1414
from pearl.action_representation_modules.binary_action_representation_module import (

0 commit comments

Comments
 (0)