mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	analytics: Text-wrap long lines exceeding 110.
License: Apache-2.0 Signed-off-by: rht <rhtbot@protonmail.com>
This commit is contained in:
		@@ -105,4 +105,5 @@ class StreamCount(BaseCount):
 | 
			
		||||
 | 
			
		||||
    def __str__(self):
 | 
			
		||||
        # type: () -> Text
 | 
			
		||||
        return "<StreamCount: %s %s %s %s %s>" % (self.stream, self.property, self.subgroup, self.value, self.id)
 | 
			
		||||
        return "<StreamCount: %s %s %s %s %s>" % (
 | 
			
		||||
            self.stream, self.property, self.subgroup, self.value, self.id)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user