mirror of
https://github.com/xcat2/confluent.git
synced 2026-09-02 15:36:05 +00:00
ed21c7634a
__init__ opened by checking for an initialized attribute, meaning it had been handed a session someone else was establishing. That attribute is only ever set further down in the same method, so the check cannot be true, and the port lost the return that made it work upstream. Waiting for someone else's login is done in __new__ now, so this is dead code claiming to protect something.