Fix type annotation #3

Merged
blacklight merged 1 commit from davidculley/gaza-archive:topic/fix-type-annotation into main 2025-11-25 20:53:45 +01:00
Contributor

The type checker ty found this error:

expected `gaza_archive.db._model.Campaign`, found `gaza_archive.model.campaign.Campaign`

After the proposed change, ty is happy.

The type checker [`ty`](https://docs.astral.sh/ty/) found this error: ``` expected `gaza_archive.db._model.Campaign`, found `gaza_archive.model.campaign.Campaign` ``` After the proposed change, `ty` is happy.
Owner

Good catch!

Good catch!
blacklight deleted branch topic/fix-type-annotation 2025-11-25 20:53:45 +01:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: blacklight/gaza-archive#3
No description provided.