analytics: Text-wrap long lines exceeding 110.

License: Apache-2.0
Signed-off-by: rht <rhtbot@protonmail.com>
This commit is contained in:
rht
2017-11-04 12:38:25 +01:00
committed by Tim Abbott
parent 07e6a4fb2d
commit 51c1a6dfc9
4 changed files with 15 additions and 7 deletions

View File

@@ -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)