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