Skip to content

Commit 55ca9c6

Browse files
[autofix.ci] apply automated fixes
1 parent 5cea372 commit 55ca9c6

69 files changed

Lines changed: 2884 additions & 2193 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

clients/python/BrowserUpMitmProxyClient/__init__.py

Lines changed: 27 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,17 @@
33
# flake8: noqa
44

55
"""
6-
BrowserUp MitmProxy
6+
BrowserUp MitmProxy
77
8-
___ This is the REST API for controlling the BrowserUp MitmProxy. The BrowserUp MitmProxy is a swiss army knife for automated testing that captures HTTP traffic in HAR files. It is also useful for Selenium/Cypress tests. ___
8+
___ This is the REST API for controlling the BrowserUp MitmProxy. The BrowserUp MitmProxy is a swiss army knife for automated testing that captures HTTP traffic in HAR files. It is also useful for Selenium/Cypress tests. ___
99
10-
The version of the OpenAPI document: 1.24
11-
Contact: developers@browserup.com
12-
Generated by OpenAPI Generator (https://openapi-generator.tech)
10+
The version of the OpenAPI document: 1.24
11+
Contact: developers@browserup.com
12+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1313
14-
Do not edit the class manually.
14+
Do not edit the class manually.
1515
""" # noqa: E501
1616

17-
1817
__version__ = "1.0.1"
1918

2019
# import apis into sdk package
@@ -37,19 +36,33 @@
3736
from BrowserUpMitmProxyClient.models.har import Har
3837
from BrowserUpMitmProxyClient.models.har_entry import HarEntry
3938
from BrowserUpMitmProxyClient.models.har_entry_cache import HarEntryCache
40-
from BrowserUpMitmProxyClient.models.har_entry_cache_before_request import HarEntryCacheBeforeRequest
39+
from BrowserUpMitmProxyClient.models.har_entry_cache_before_request import (
40+
HarEntryCacheBeforeRequest,
41+
)
4142
from BrowserUpMitmProxyClient.models.har_entry_request import HarEntryRequest
42-
from BrowserUpMitmProxyClient.models.har_entry_request_cookies_inner import HarEntryRequestCookiesInner
43-
from BrowserUpMitmProxyClient.models.har_entry_request_post_data import HarEntryRequestPostData
44-
from BrowserUpMitmProxyClient.models.har_entry_request_post_data_params_inner import HarEntryRequestPostDataParamsInner
45-
from BrowserUpMitmProxyClient.models.har_entry_request_query_string_inner import HarEntryRequestQueryStringInner
43+
from BrowserUpMitmProxyClient.models.har_entry_request_cookies_inner import (
44+
HarEntryRequestCookiesInner,
45+
)
46+
from BrowserUpMitmProxyClient.models.har_entry_request_post_data import (
47+
HarEntryRequestPostData,
48+
)
49+
from BrowserUpMitmProxyClient.models.har_entry_request_post_data_params_inner import (
50+
HarEntryRequestPostDataParamsInner,
51+
)
52+
from BrowserUpMitmProxyClient.models.har_entry_request_query_string_inner import (
53+
HarEntryRequestQueryStringInner,
54+
)
4655
from BrowserUpMitmProxyClient.models.har_entry_response import HarEntryResponse
47-
from BrowserUpMitmProxyClient.models.har_entry_response_content import HarEntryResponseContent
56+
from BrowserUpMitmProxyClient.models.har_entry_response_content import (
57+
HarEntryResponseContent,
58+
)
4859
from BrowserUpMitmProxyClient.models.har_entry_timings import HarEntryTimings
4960
from BrowserUpMitmProxyClient.models.har_log import HarLog
5061
from BrowserUpMitmProxyClient.models.har_log_creator import HarLogCreator
5162
from BrowserUpMitmProxyClient.models.header import Header
52-
from BrowserUpMitmProxyClient.models.largest_contentful_paint import LargestContentfulPaint
63+
from BrowserUpMitmProxyClient.models.largest_contentful_paint import (
64+
LargestContentfulPaint,
65+
)
5366
from BrowserUpMitmProxyClient.models.match_criteria import MatchCriteria
5467
from BrowserUpMitmProxyClient.models.metric import Metric
5568
from BrowserUpMitmProxyClient.models.name_value_pair import NameValuePair

clients/python/BrowserUpMitmProxyClient/api/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22

33
# import apis into api package
44
from BrowserUpMitmProxyClient.api.browser_up_proxy_api import BrowserUpProxyApi
5-

0 commit comments

Comments
 (0)