Skip to content

Commit 9ed2d43

Browse files
Fixed patch in patch files
1 parent 4e1004d commit 9ed2d43

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

patches/model_utils.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
diff --git a/shotstack_sdk/model_utils.py b/model_utils.py
1+
diff --git a/shotstack_sdk/model_utils.py b/shotstack_sdk/model_utils.py
22
index bb97211..eb381f6 100644
33
--- a/shotstack_sdk/model_utils.py
4-
+++ b/model_utils.py
4+
+++ b/shotstack_sdk/model_utils.py
55
@@ -250,6 +250,7 @@ class OpenApiModel(object):
66
# Get the name and value of the discriminator property.
77
# The discriminator name is obtained from the discriminator meta-data

patches/render_response_data.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
diff --git a/shotstack_sdk/model/render_response_data.py b/render_response_data.py
1+
diff --git a/shotstack_sdk/model/render_response_data.py b/shotstack_sdk/model/render_response_data.py
22
index 49d7a25..8696157 100644
33
--- a/shotstack_sdk/model/render_response_data.py
4-
+++ b/render_response_data.py
4+
+++ b/shotstack_sdk/model/render_response_data.py
55
@@ -224,7 +224,7 @@ class RenderResponseData(ModelNormal):
66
if var_name not in self.attribute_map and \
77
self._configuration is not None and \

0 commit comments

Comments
 (0)