mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-30 13:09:40 +00:00
chore: remove ruff exception
This commit is contained in:
@@ -23,7 +23,7 @@ import numpy as np
|
||||
import torch
|
||||
|
||||
|
||||
class TransitionKey(str, Enum): # noqa: UP042
|
||||
class TransitionKey(str, Enum):
|
||||
"""Keys for accessing EnvTransition dictionary components."""
|
||||
|
||||
# TODO(Steven): Use consts
|
||||
|
||||
Reference in New Issue
Block a user