Skip to content

Commit f758c76

Browse files
committed
s2
1 parent 92c9598 commit f758c76

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

generated/groundlight_openapi_client/model/patched_detector_request.py

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
"""
2-
Groundlight API
2+
Groundlight API
33
4-
Groundlight makes it simple to understand images. You can easily create computer vision detectors just by describing what you want to know using natural language. # noqa: E501
4+
Groundlight makes it simple to understand images. You can easily create computer vision detectors just by describing what you want to know using natural language. # noqa: E501
55
6-
The version of the OpenAPI document: 0.18.2
7-
Contact: support@groundlight.ai
8-
Generated by: https://openapi-generator.tech
6+
The version of the OpenAPI document: 0.18.2
7+
Contact: support@groundlight.ai
8+
Generated by: https://openapi-generator.tech
99
"""
1010

1111
import re # noqa: F401
@@ -237,16 +237,14 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
237237
setattr(self, var_name, var_value)
238238
return self
239239

240-
required_properties = set(
241-
[
242-
"_data_store",
243-
"_check_type",
244-
"_spec_property_naming",
245-
"_path_to_item",
246-
"_configuration",
247-
"_visited_composed_classes",
248-
]
249-
)
240+
required_properties = set([
241+
"_data_store",
242+
"_check_type",
243+
"_spec_property_naming",
244+
"_path_to_item",
245+
"_configuration",
246+
"_visited_composed_classes",
247+
])
250248

251249
@convert_js_args_to_python_args
252250
def __init__(self, *args, **kwargs): # noqa: E501
@@ -328,4 +326,4 @@ def __init__(self, *args, **kwargs): # noqa: E501
328326
raise ApiAttributeError(
329327
f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate "
330328
"class with read only attributes."
331-
)
329+
)

0 commit comments

Comments
 (0)