85
86
"""Can the user unsubscribe the subscriber from the bug?"""
89
89
# In order to avoid circular dependencies, we only import
90
90
# IBug (which itself imports IBugSubscription) here, and assign it as
91
91
# the value type for the `bug` reference.