remove all pylint comments

This commit is contained in:
Jimmy Zelinskie 2015-03-03 16:53:05 -05:00
parent 925b269d1b
commit 15e76d11f1
3 changed files with 0 additions and 11 deletions

View file

@ -5,13 +5,10 @@ from formats.tarimageformatter import TarImageFormatter
import json
import re
# pylint: disable=bad-continuation
class ACIImage(TarImageFormatter):
""" Image formatter which produces an ACI-compatible TAR.
"""
# pylint: disable=too-many-arguments
def stream_generator(self, namespace, repository, tag, synthetic_image_id,
layer_json, get_image_iterator, get_layer_iterator):
# ACI Format (.tar):