zulip / python-zulip-api

Python library for the Zulip API.
https://zulip.com/api/
Apache License 2.0
364 stars 368 forks source link

merels: Convert incorrectly shared class variable to instance variable #811

Closed andersk closed 1 year ago

andersk commented 1 year ago

I don’t entirely understand the purpose of having a separate MerelsStorage class that’s only ever used with the fixed string "merels" as topic_name, but this class variable sharing was clearly and observably wrong.

Cc @amanagr (#324).