fix(pre_commit): 🎨 auto format pre-commit hooks

This commit is contained in:
pre-commit-ci[bot] 2024-02-02 17:03:05 +00:00
parent 2e76c66675
commit 6bebd4e70d
1 changed files with 1 additions and 2 deletions

View File

@ -173,8 +173,7 @@ class CSVSink:
@staticmethod
def parse_field_names(
detections: Detections,
custom_data: Dict[str, Any]
detections: Detections, custom_data: Dict[str, Any]
) -> List[str]:
dynamic_header = sorted(
set(custom_data.keys()) | set(getattr(detections, "data", {}).keys())