Skip to content

Commit 09e006f

Browse files
Fixed copilot PR comments
1 parent 410c13b commit 09e006f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentstack_management/global_fields/global_fields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def __init__(self, client, global_field_uid=None, options=None):
2323
self.global_field_uid = global_field_uid
2424
self.options = options
2525
super().__init__(self.client)
26-
if self.options and'api_version' in self.options:
26+
if self.options and 'api_version' in self.options:
2727
Parameter.add_header(self, 'api_version', str(self.options['api_version']))
2828

2929
def find(self):

0 commit comments

Comments
 (0)