Skip to content

Commit 909392e

Browse files
authored
Merge pull request #11 from ccnmtl/flake8-fix
Fix flake8 error
2 parents 8dec764 + 8f47b5b commit 909392e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

smoketest/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ def assertLessEqual(self, a, b, msg=None):
170170
self._status = "FAIL"
171171
self._msg = msg or "%f is not less than or equal to %f" % (a, b)
172172

173+
173174
"""
174175
TODO (while adding msg=None parameter to all calls and process it properly):
175176
assertRaisesRegexp(exc, re, fun, *args, **kwds) fun(*args, **kwds)

0 commit comments

Comments
 (0)