lint: pylint comments and unused imports

This commit is contained in:
Jimmy Zelinskie 2015-02-02 16:54:23 -05:00
parent 75fa007c54
commit 90a3782933
3 changed files with 4 additions and 3 deletions

View file

@ -5,7 +5,6 @@ from formats.tarimageformatter import TarImageFormatter
import copy
import json
import tarfile
class FileEstimationException(Exception):
""" Exception raised by build_docker_load_stream if the estimated size of the layer TAR
@ -20,6 +19,7 @@ class SquashedDockerImage(TarImageFormatter):
command.
"""
# pylint: disable=too-many-arguments,too-many-locals
def stream_generator(self, namespace, repository, tag, synthetic_image_id,
layer_json, get_image_iterator, get_layer_iterator):
# Docker import V1 Format (.tar):