Skip to content

Commit dc6f4bc

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3466e44 commit dc6f4bc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lerobot/common/teleoperators/gamepad/teleop_gamepad.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
import sys
1818
from enum import IntEnum
19-
from queue import Queue
2019
from typing import Any
2120

2221
import numpy as np
@@ -107,4 +106,3 @@ def get_action(self) -> dict[str, Any]:
107106
action_dict["gripper"] = gripper_action
108107

109108
return action_dict
110-

0 commit comments

Comments
 (0)