From 0061c217bdb8f4d6f2c106a4d219c7e99f6e3360 Mon Sep 17 00:00:00 2001 From: Michel Aractingi Date: Wed, 7 May 2025 10:07:54 +0200 Subject: [PATCH] style nit --- lerobot/scripts/server/crop_dataset_roi.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lerobot/scripts/server/crop_dataset_roi.py b/lerobot/scripts/server/crop_dataset_roi.py index 2977a2a2..45881de8 100644 --- a/lerobot/scripts/server/crop_dataset_roi.py +++ b/lerobot/scripts/server/crop_dataset_roi.py @@ -14,11 +14,12 @@ # See the License for the specific language governing permissions and # limitations under the License. -import argparse +import argparse import json from copy import deepcopy -from typing import Dict, Tuple from pathlib import Path +from typing import Dict, Tuple + import cv2 # import torch.nn.functional as F # noqa: N812