fix: format models.py

This commit is contained in:
Simone Scarduzio
2025-10-16 11:21:33 +02:00
parent c32d5265d9
commit 934d83975c

View File

@@ -100,6 +100,7 @@ class DeltaMeta:
@classmethod
def from_dict(cls, data: dict[str, str]) -> "DeltaMeta":
"""Create from S3 metadata dict with DeltaGlider namespace prefix."""
def _get_value(*keys: str, required: bool = True) -> str:
for key in keys:
if key in data and data[key] != "":