Solve typing issues

This commit is contained in:
Adrian Chaves 2026-07-24 09:26:08 +02:00
parent a129814881
commit f97abc81d7
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ class TestBatchDeliveries(TestFeedExportBase):
jobdir = self._random_temp_filename()
uri_template = feed_dir / "%(batch_id)d.jl"
def make_settings():
def make_settings() -> dict[str, Any]:
return {
"FEEDS": {
uri_template: {"format": "jl"},