@@ -143,7 +143,7 @@ def sync_create_sip_trunk(
143143 self ._auth_header (VideoGrants (), sip = SIPGrants (admin = True )),
144144 proto_sip .SIPTrunkInfo ,
145145 )
146-
146+
147147 def sync_create_sip_inbound_trunk (
148148 self , create : proto_sip .CreateSIPInboundTrunkRequest
149149 ) -> proto_sip .SIPInboundTrunkInfo :
@@ -154,7 +154,7 @@ def sync_create_sip_inbound_trunk(
154154 self ._auth_header (VideoGrants (), sip = SIPGrants (admin = True )),
155155 proto_sip .SIPInboundTrunkInfo ,
156156 )
157-
157+
158158 def sync_create_sip_outbound_trunk (
159159 self , create : proto_sip .CreateSIPOutboundTrunkRequest
160160 ) -> proto_sip .SIPOutboundTrunkInfo :
@@ -165,7 +165,7 @@ def sync_create_sip_outbound_trunk(
165165 self ._auth_header (VideoGrants (), sip = SIPGrants (admin = True )),
166166 proto_sip .SIPOutboundTrunkInfo ,
167167 )
168-
168+
169169 def sync_list_sip_trunk (
170170 self , list : proto_sip .ListSIPTrunkRequest
171171 ) -> proto_sip .ListSIPTrunkResponse :
@@ -176,7 +176,7 @@ def sync_list_sip_trunk(
176176 self ._auth_header (VideoGrants (), sip = SIPGrants (admin = True )),
177177 proto_sip .ListSIPTrunkResponse ,
178178 )
179-
179+
180180 def sync_list_sip_inbound_trunk (
181181 self , list : proto_sip .ListSIPInboundTrunkRequest
182182 ) -> proto_sip .ListSIPInboundTrunkResponse :
@@ -187,7 +187,7 @@ def sync_list_sip_inbound_trunk(
187187 self ._auth_header (VideoGrants (), sip = SIPGrants (admin = True )),
188188 proto_sip .ListSIPInboundTrunkResponse ,
189189 )
190-
190+
191191 def sync_list_sip_outbound_trunk (
192192 self , list : proto_sip .ListSIPOutboundTrunkRequest
193193 ) -> proto_sip .ListSIPOutboundTrunkResponse :
@@ -198,7 +198,7 @@ def sync_list_sip_outbound_trunk(
198198 self ._auth_header (VideoGrants (), sip = SIPGrants (admin = True )),
199199 proto_sip .ListSIPOutboundTrunkResponse ,
200200 )
201-
201+
202202 def sync_delete_sip_trunk (
203203 self , delete : proto_sip .DeleteSIPTrunkRequest
204204 ) -> proto_sip .SIPTrunkInfo :
@@ -209,7 +209,7 @@ def sync_delete_sip_trunk(
209209 self ._auth_header (VideoGrants (), sip = SIPGrants (admin = True )),
210210 proto_sip .SIPTrunkInfo ,
211211 )
212-
212+
213213 def sync_create_sip_dispatch_rule (
214214 self , create : proto_sip .CreateSIPDispatchRuleRequest
215215 ) -> proto_sip .SIPDispatchRuleInfo :
@@ -220,7 +220,7 @@ def sync_create_sip_dispatch_rule(
220220 self ._auth_header (VideoGrants (), sip = SIPGrants (admin = True )),
221221 proto_sip .SIPDispatchRuleInfo ,
222222 )
223-
223+
224224 def sync_list_sip_dispatch_rule (
225225 self , list : proto_sip .ListSIPDispatchRuleRequest
226226 ) -> proto_sip .ListSIPDispatchRuleResponse :
@@ -231,7 +231,7 @@ def sync_list_sip_dispatch_rule(
231231 self ._auth_header (VideoGrants (), sip = SIPGrants (admin = True )),
232232 proto_sip .ListSIPDispatchRuleResponse ,
233233 )
234-
234+
235235 def sync_delete_sip_dispatch_rule (
236236 self , delete : proto_sip .DeleteSIPDispatchRuleRequest
237237 ) -> proto_sip .SIPDispatchRuleInfo :
@@ -242,7 +242,7 @@ def sync_delete_sip_dispatch_rule(
242242 self ._auth_header (VideoGrants (), sip = SIPGrants (admin = True )),
243243 proto_sip .SIPDispatchRuleInfo ,
244244 )
245-
245+
246246 def sync_create_sip_participant (
247247 self , create : proto_sip .CreateSIPParticipantRequest
248248 ) -> proto_sip .SIPParticipantInfo :
0 commit comments