Skip to content

Commit 7ebe778

Browse files
committed
Fix flake8 issues
1 parent 3b3e850 commit 7ebe778

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

reportportal_client/services/constants.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ def _decode_string(text):
2727
return message_bytes.decode('ascii')
2828

2929

30-
CLIENT_INFO = _decode_string('Ry1XUDU3UlNHOFhMOm5Ib3dqRjJQUVotNDFJbzBPcDRoZlE=')
30+
CLIENT_INFO = \
31+
_decode_string('Ry1XUDU3UlNHOFhMOm5Ib3dqRjJQUVotNDFJbzBPcDRoZlE=')
3132
ENDPOINT = 'https://www.google-analytics.com/mp/collect'
3233
CLIENT_ID_PROPERTY = 'client.id'
3334
USER_AGENT = ''

0 commit comments

Comments
 (0)