-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
ref(notifications): Clean up Team Notifications for Issue Owners #28624
Conversation
) | ||
} | ||
) | ||
except pytz.UnknownTimeZoneError: | ||
... |
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.
what is ...
?
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.
Ok I just looked this up ...
is the Ellipses Object. It is has various uses but in this case it was being used as a dummy statement in the same way we use pass
.
8a80a49
to
be159ed
Compare
This was supposed to be a simple refactor of
filter_to_subscribed_users()
but turned into a complete rewrite of types for the Notifications Platform.