Skip to content

Commit

Permalink
fixing type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
v-anne committed Jan 8, 2025
1 parent 923a21c commit 8349d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl/favorites/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from cl.search.models import RECAPDocument


async def prayer_eligible(user: User) -> Tuple[bool, int]:
async def prayer_eligible(user: User) -> tuple[bool, int]:
allowed_prayer_count = settings.ALLOWED_PRAYER_COUNT

now = timezone.now()
Expand Down

0 comments on commit 8349d76

Please sign in to comment.