code cleanups

This commit is contained in:
Pascal Vizeli
2018-04-22 17:44:03 +02:00
parent 808fc0f8b6
commit 8f357739ec
16 changed files with 21 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
from contextlib import suppress
class DockerStats(object):
class DockerStats:
"""Hold stats data from container inside."""
def __init__(self, stats):