We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aacf9f0 commit b91349fCopy full SHA for b91349f
1 file changed
flagsmith/flagsmith.py
@@ -498,8 +498,5 @@ def __del__(self) -> None:
498
if hasattr(self, "event_stream_thread"):
499
self.event_stream_thread.stop()
500
501
- if (
502
- hasattr(self, "_pipeline_analytics_processor")
503
- and self._pipeline_analytics_processor
504
- ):
+ if self._pipeline_analytics_processor:
505
self._pipeline_analytics_processor.stop()
0 commit comments