Skip to content

Commit ffd3632

Browse files
committed
Fix linter
1 parent bf09819 commit ffd3632

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/onegov/search/integration.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,9 @@ def reindex_model(model: type[Base]) -> None:
263263
for obj in query
264264
if (
265265
task := self.fts_orm_events.index_task(
266-
schema, obj
267-
) # type: ignore[arg-type]
266+
schema,
267+
obj, # type: ignore[arg-type]
268+
)
268269
)
269270
is not None
270271
),

0 commit comments

Comments
 (0)