@@ -28,9 +28,9 @@ Method | HTTP request | Description
2828``` python
2929from __future__ import print_function
3030import time
31- import swagger_client
32- from swagger_client.rest import ApiException
33- from pprint import pprint
31+ import swagger_client # noqa: F401
32+ from swagger_client.rest import ApiException # noqa: F401
33+ from pprint import pprint # noqa: F401
3434
3535# create an instance of the API class
3636api_instance = swagger_client.ComponentServiceApi()
@@ -72,9 +72,9 @@ No authorization required
7272``` python
7373from __future__ import print_function
7474import time
75- import swagger_client
76- from swagger_client.rest import ApiException
77- from pprint import pprint
75+ import swagger_client # noqa: F401
76+ from swagger_client.rest import ApiException # noqa: F401
77+ from pprint import pprint # noqa: F401
7878
7979# create an instance of the API class
8080api_instance = swagger_client.ComponentServiceApi()
@@ -116,9 +116,9 @@ No authorization required
116116### Example
117117``` python
118118from __future__ import print_function
119- import swagger_client
120- from swagger_client.rest import ApiException
121- from pprint import pprint
119+ import swagger_client # noqa: F401
120+ from swagger_client.rest import ApiException # noqa: F401
121+ from pprint import pprint # noqa: F401
122122
123123# create an instance of the API class
124124api_instance = swagger_client.ComponentServiceApi()
@@ -159,9 +159,9 @@ Returns the component artifacts compressed into a .tgz (.tar.gz) file.
159159### Example
160160``` python
161161from __future__ import print_function
162- import swagger_client
163- from swagger_client.rest import ApiException
164- from urllib3.response import HTTPResponse
162+ import swagger_client # noqa: F401
163+ from swagger_client.rest import ApiException # noqa: F401
164+ from urllib3.response import HTTPResponse # noqa: F401
165165
166166
167167# create an instance of the API class
@@ -214,9 +214,9 @@ Generate sample code to use component in a pipeline
214214### Example
215215``` python
216216from __future__ import print_function
217- import swagger_client
218- from swagger_client.rest import ApiException
219- from pprint import pprint
217+ import swagger_client # noqa: F401
218+ from swagger_client.rest import ApiException # noqa: F401
219+ from pprint import pprint # noqa: F401
220220
221221# create an instance of the API class
222222api_instance = swagger_client.ComponentServiceApi()
@@ -258,9 +258,9 @@ No authorization required
258258### Example
259259``` python
260260from __future__ import print_function
261- import swagger_client
262- from swagger_client.rest import ApiException
263- from pprint import pprint
261+ import swagger_client # noqa: F401
262+ from swagger_client.rest import ApiException # noqa: F401
263+ from pprint import pprint # noqa: F401
264264
265265# create an instance of the API class
266266api_instance = swagger_client.ComponentServiceApi()
@@ -302,9 +302,9 @@ No authorization required
302302### Example
303303``` python
304304from __future__ import print_function
305- import swagger_client
306- from swagger_client.rest import ApiException
307- from pprint import pprint
305+ import swagger_client # noqa: F401
306+ from swagger_client.rest import ApiException # noqa: F401
307+ from pprint import pprint # noqa: F401
308308
309309# create an instance of the API class
310310api_instance = swagger_client.ComponentServiceApi()
@@ -346,9 +346,9 @@ No authorization required
346346### Example
347347``` python
348348from __future__ import print_function
349- import swagger_client
350- from swagger_client.rest import ApiException
351- from pprint import pprint
349+ import swagger_client # noqa: F401
350+ from swagger_client.rest import ApiException # noqa: F401
351+ from pprint import pprint # noqa: F401
352352
353353# create an instance of the API class
354354api_instance = swagger_client.ComponentServiceApi()
@@ -396,9 +396,9 @@ No authorization required
396396### Example
397397``` python
398398from __future__ import print_function
399- import swagger_client
400- from swagger_client.rest import ApiException
401- from pprint import pprint
399+ import swagger_client # noqa: F401
400+ from swagger_client.rest import ApiException # noqa: F401
401+ from pprint import pprint # noqa: F401
402402
403403# create an instance of the API class
404404api_instance = swagger_client.ComponentServiceApi()
@@ -444,9 +444,9 @@ No authorization required
444444### Example
445445``` python
446446from __future__ import print_function
447- import swagger_client
448- from swagger_client.rest import ApiException
449- from pprint import pprint
447+ import swagger_client # noqa: F401
448+ from swagger_client.rest import ApiException # noqa: F401
449+ from pprint import pprint # noqa: F401
450450
451451# create an instance of the API class
452452api_instance = swagger_client.ComponentServiceApi()
@@ -487,9 +487,9 @@ No authorization required
487487### Example
488488``` python
489489from __future__ import print_function
490- import swagger_client
491- from swagger_client.rest import ApiException
492- from pprint import pprint
490+ import swagger_client # noqa: F401
491+ from swagger_client.rest import ApiException # noqa: F401
492+ from pprint import pprint # noqa: F401
493493
494494# create an instance of the API class
495495api_instance = swagger_client.ComponentServiceApi()
@@ -533,9 +533,9 @@ No authorization required
533533### Example
534534``` python
535535from __future__ import print_function
536- import swagger_client
537- from swagger_client.rest import ApiException
538- from pprint import pprint
536+ import swagger_client # noqa: F401
537+ from swagger_client.rest import ApiException # noqa: F401
538+ from pprint import pprint # noqa: F401
539539
540540# create an instance of the API class
541541api_instance = swagger_client.ComponentServiceApi()
@@ -579,9 +579,9 @@ No authorization required
579579### Example
580580``` python
581581from __future__ import print_function
582- import swagger_client
583- from swagger_client.rest import ApiException
584- from pprint import pprint
582+ import swagger_client # noqa: F401
583+ from swagger_client.rest import ApiException # noqa: F401
584+ from pprint import pprint # noqa: F401
585585
586586# create an instance of the API class
587587api_instance = swagger_client.ComponentServiceApi()
0 commit comments