Correct minor Pep8 issues

pull/726/head
nicolargo 2015-11-22 10:27:44 +01:00
parent ca47c2c97e
commit c2346aea9e
2 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,6 @@ class GlancesBottle(object):
abort(404, "Cannot get stats (%s)" % str(e))
return statval
def _api_all_limits(self):
"""Glances API RESTFul implementation.

View File

@ -525,6 +525,7 @@ class Plugin(GlancesPlugin):
else:
return 'OK'
class ThreadDockerGrabber(threading.Thread):
"""
Specific thread to grab docker stats.