fix(pre_commit): 🎨 auto format pre-commit hooks
This commit is contained in:
parent
2e76c66675
commit
6bebd4e70d
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Reference in New Issue