@@ -25,7 +25,7 @@ from codatcommon.models import operations
2525
2626s = codatcommon.CodatCommon(
2727 security = shared.Security(
28- auth_header = " YOUR_API_KEY_HERE " ,
28+ auth_header = " " ,
2929 ),
3030)
3131
@@ -55,7 +55,7 @@ from codatcommon.models import operations
5555
5656s = codatcommon.CodatCommon(
5757 security = shared.Security(
58- auth_header = " YOUR_API_KEY_HERE " ,
58+ auth_header = " " ,
5959 ),
6060)
6161
@@ -82,7 +82,7 @@ from codatcommon.models import operations
8282
8383s = codatcommon.CodatCommon(
8484 security = shared.Security(
85- auth_header = " YOUR_API_KEY_HERE " ,
85+ auth_header = " " ,
8686 ),
8787)
8888
@@ -109,7 +109,7 @@ from codatcommon.models import operations
109109
110110s = codatcommon.CodatCommon(
111111 security = shared.Security(
112- auth_header = " YOUR_API_KEY_HERE " ,
112+ auth_header = " " ,
113113 ),
114114)
115115
@@ -139,7 +139,7 @@ from codatcommon.models import operations
139139
140140s = codatcommon.CodatCommon(
141141 security = shared.Security(
142- auth_header = " YOUR_API_KEY_HERE " ,
142+ auth_header = " " ,
143143 ),
144144)
145145
@@ -169,7 +169,7 @@ from codatcommon.models import operations
169169
170170s = codatcommon.CodatCommon(
171171 security = shared.Security(
172- auth_header = " YOUR_API_KEY_HERE " ,
172+ auth_header = " " ,
173173 ),
174174)
175175
0 commit comments