make pep8 happy

This commit is contained in:
Nils Schneider 2015-04-01 17:34:35 +02:00
commit bb2aa112c3
3 changed files with 4 additions and 4 deletions

View file

@ -159,7 +159,7 @@ class RRD(object):
ds.unknown_sec), "utf-8"))
if b'</cdp_prep>' in line:
restore.stdin.write(added_ds_num*b"""
restore.stdin.write(added_ds_num * b"""
<ds>
<primary_value> NaN </primary_value>
<secondary_value> NaN </secondary_value>
@ -173,7 +173,7 @@ class RRD(object):
restore.stdin.write(
line.replace(
b'</row>',
(added_ds_num*b'<v>NaN</v>')+b'</row>'
(added_ds_num * b'<v>NaN</v>') + b'</row>'
)
)