Skip to content

Commit 484d2fe

Browse files
generatedunixname1228101065403401meta-codesync[bot]
authored andcommitted
Fix Unused Import issue in fbcode/pearl/utils/scripts/cb_benchmark/cb_benchmark_config.py
Differential Revision: D103577351 fbshipit-source-id: 236dd913524f444bb32676a7d402faef80814833
1 parent cb12a86 commit 484d2fe

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, Tuple
11+
from typing import Any
1212

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

0 commit comments

Comments
 (0)