remove all pylint comments
This commit is contained in:
parent
925b269d1b
commit
15e76d11f1
3 changed files with 0 additions and 11 deletions
|
@ -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):
|
||||
|
|
Reference in a new issue