Skip to content

Commit

Permalink
flake8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineTChen committed May 15, 2018
1 parent 6cb16f1 commit 53c5240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/checks/mock/test_sysstat.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def sunos5_output(self, *args, **kwargs):
ramdisk1 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0
sd0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 102
sd1 0.0 139.0 0.0 1850.6 0.0 0.0 0.1 0 10
"""
"""
return output, 0, 0

def freebsd_output(self, *args, **kwargs):
Expand All @@ -259,7 +259,7 @@ def freebsd_output(self, *args, **kwargs):
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ad0 0.0 2.0 0.0 31.8 0 0.2 102
"""
"""
return output, 0, 0

@mock.patch('checks.system.unix.sys.platform', 'sunos5')
Expand Down

0 comments on commit 53c5240

Please sign in to comment.