-
-
Notifications
You must be signed in to change notification settings - Fork 631
Add type anotation to methods and functions #779
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
from typing import Any | ||
from push_notifications.fields import UNSIGNED_64BIT_INT_MAX_VALUE, hex_re | ||
from push_notifications.models import APNSDevice, GCMDevice, WebPushDevice, WNSDevice | ||
from push_notifications.settings import PUSH_NOTIFICATIONS_SETTINGS as SETTINGS | ||
from django.db.models import QuerySet |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏼
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@50-Course any update on this PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@miky-rola sorry its midnight out here, timezone-ish 😅 - so simply went to bed immediately, its is 4am right now. but finsihed reviewing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi, thanks for these updates.
This reverts commit 4c47abc.
Hi @miky-rola, thanks for this PR however, this just broke compatibility support for ~3.9, as much as we would love to stick to the new typing system, we also have to support (presently) existing systems, can you please reupdate this PR, newly with support for this? |
..
any
with the rightAny