Skip to content

Commit 33343b8

Browse files
committed
🎨 Use ruff format
1 parent 0995839 commit 33343b8

File tree

421 files changed

+2
-810
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

421 files changed

+2
-810
lines changed

aries_cloudcontroller/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
Do not edit the class manually.
1414
""" # noqa: E501
1515

16-
1716
__version__ = "1.3.2rc0-20250822"
1817

1918
from aries_cloudcontroller.acapy_client import AcaPyClient

aries_cloudcontroller/api/action_menu_api.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ def _close_active_menu_serialize(
8686
_headers,
8787
_host_index,
8888
) -> RequestSerialized:
89-
9089
_host = None
9190

9291
_collection_formats: Dict[str, str] = {}
@@ -184,7 +183,6 @@ def _fetch_active_menu_serialize(
184183
_headers,
185184
_host_index,
186185
) -> RequestSerialized:
187-
188186
_host = None
189187

190188
_collection_formats: Dict[str, str] = {}
@@ -287,7 +285,6 @@ def _perform_action_serialize(
287285
_headers,
288286
_host_index,
289287
) -> RequestSerialized:
290-
291288
_host = None
292289

293290
_collection_formats: Dict[str, str] = {}
@@ -397,7 +394,6 @@ def _request_active_menu_serialize(
397394
_headers,
398395
_host_index,
399396
) -> RequestSerialized:
400-
401397
_host = None
402398

403399
_collection_formats: Dict[str, str] = {}
@@ -500,7 +496,6 @@ def _send_menu_serialize(
500496
_headers,
501497
_host_index,
502498
) -> RequestSerialized:
503-
504499
_host = None
505500

506501
_collection_formats: Dict[str, str] = {}

aries_cloudcontroller/api/anon_creds_credential_definitions_api.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ def _create_credential_definition_serialize(
8787
_headers,
8888
_host_index,
8989
) -> RequestSerialized:
90-
9190
_host = None
9291

9392
_collection_formats: Dict[str, str] = {}
@@ -197,7 +196,6 @@ def _get_credential_definition_serialize(
197196
_headers,
198197
_host_index,
199198
) -> RequestSerialized:
200-
201199
_host = None
202200

203201
_collection_formats: Dict[str, str] = {}
@@ -319,7 +317,6 @@ def _get_credential_definitions_serialize(
319317
_headers,
320318
_host_index,
321319
) -> RequestSerialized:
322-
323320
_host = None
324321

325322
_collection_formats: Dict[str, str] = {}
@@ -336,19 +333,15 @@ def _get_credential_definitions_serialize(
336333
# process the path parameters
337334
# process the query parameters
338335
if issuer_id is not None:
339-
340336
_query_params.append(("issuer_id", issuer_id))
341337

342338
if schema_id is not None:
343-
344339
_query_params.append(("schema_id", schema_id))
345340

346341
if schema_name is not None:
347-
348342
_query_params.append(("schema_name", schema_name))
349343

350344
if schema_version is not None:
351-
352345
_query_params.append(("schema_version", schema_version))
353346

354347
# process the header parameters

aries_cloudcontroller/api/anon_creds_revocation_api.py

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ def _create_rev_reg_definition_serialize(
119119
_headers,
120120
_host_index,
121121
) -> RequestSerialized:
122-
123122
_host = None
124123

125124
_collection_formats: Dict[str, str] = {}
@@ -229,7 +228,6 @@ def _get_active_revocation_registry_serialize(
229228
_headers,
230229
_host_index,
231230
) -> RequestSerialized:
232-
233231
_host = None
234232

235233
_collection_formats: Dict[str, str] = {}
@@ -346,7 +344,6 @@ def _get_cred_rev_record_serialize(
346344
_headers,
347345
_host_index,
348346
) -> RequestSerialized:
349-
350347
_host = None
351348

352349
_collection_formats: Dict[str, str] = {}
@@ -363,15 +360,12 @@ def _get_cred_rev_record_serialize(
363360
# process the path parameters
364361
# process the query parameters
365362
if cred_ex_id is not None:
366-
367363
_query_params.append(("cred_ex_id", cred_ex_id))
368364

369365
if cred_rev_id is not None:
370-
371366
_query_params.append(("cred_rev_id", cred_rev_id))
372367

373368
if rev_reg_id is not None:
374-
375369
_query_params.append(("rev_reg_id", rev_reg_id))
376370

377371
# process the header parameters
@@ -456,7 +450,6 @@ def _get_rev_reg_issued_count_serialize(
456450
_headers,
457451
_host_index,
458452
) -> RequestSerialized:
459-
460453
_host = None
461454

462455
_collection_formats: Dict[str, str] = {}
@@ -556,7 +549,6 @@ def _get_rev_reg_issued_details_serialize(
556549
_headers,
557550
_host_index,
558551
) -> RequestSerialized:
559-
560552
_host = None
561553

562554
_collection_formats: Dict[str, str] = {}
@@ -656,7 +648,6 @@ def _get_rev_reg_issued_indy_recs_serialize(
656648
_headers,
657649
_host_index,
658650
) -> RequestSerialized:
659-
660651
_host = None
661652

662653
_collection_formats: Dict[str, str] = {}
@@ -764,7 +755,6 @@ def _get_revocation_registries_serialize(
764755
_headers,
765756
_host_index,
766757
) -> RequestSerialized:
767-
768758
_host = None
769759

770760
_collection_formats: Dict[str, str] = {}
@@ -781,11 +771,9 @@ def _get_revocation_registries_serialize(
781771
# process the path parameters
782772
# process the query parameters
783773
if cred_def_id is not None:
784-
785774
_query_params.append(("cred_def_id", cred_def_id))
786775

787776
if state is not None:
788-
789777
_query_params.append(("state", state))
790778

791779
# process the header parameters
@@ -870,7 +858,6 @@ def _get_revocation_registry_serialize(
870858
_headers,
871859
_host_index,
872860
) -> RequestSerialized:
873-
874861
_host = None
875862

876863
_collection_formats: Dict[str, str] = {}
@@ -970,7 +957,6 @@ def _get_tails_file_serialize(
970957
_headers,
971958
_host_index,
972959
) -> RequestSerialized:
973-
974960
_host = None
975961

976962
_collection_formats: Dict[str, str] = {}
@@ -1068,7 +1054,6 @@ def _post_revocation_list_serialize(
10681054
_headers,
10691055
_host_index,
10701056
) -> RequestSerialized:
1071-
10721057
_host = None
10731058

10741059
_collection_formats: Dict[str, str] = {}
@@ -1176,7 +1161,6 @@ def _publish_revocations_serialize(
11761161
_headers,
11771162
_host_index,
11781163
) -> RequestSerialized:
1179-
11801164
_host = None
11811165

11821166
_collection_formats: Dict[str, str] = {}
@@ -1284,7 +1268,6 @@ def _revoke_serialize(
12841268
_headers,
12851269
_host_index,
12861270
) -> RequestSerialized:
1287-
12881271
_host = None
12891272

12901273
_collection_formats: Dict[str, str] = {}
@@ -1394,7 +1377,6 @@ def _rotate_active_revocation_registry_serialize(
13941377
_headers,
13951378
_host_index,
13961379
) -> RequestSerialized:
1397-
13981380
_host = None
13991381

14001382
_collection_formats: Dict[str, str] = {}
@@ -1494,7 +1476,6 @@ def _set_active_registry_serialize(
14941476
_headers,
14951477
_host_index,
14961478
) -> RequestSerialized:
1497-
14981479
_host = None
14991480

15001481
_collection_formats: Dict[str, str] = {}
@@ -1601,7 +1582,6 @@ def _set_rev_reg_state_serialize(
16011582
_headers,
16021583
_host_index,
16031584
) -> RequestSerialized:
1604-
16051585
_host = None
16061586

16071587
_collection_formats: Dict[str, str] = {}
@@ -1620,7 +1600,6 @@ def _set_rev_reg_state_serialize(
16201600
_path_params["rev_reg_id"] = rev_reg_id
16211601
# process the query parameters
16221602
if state is not None:
1623-
16241603
_query_params.append(("state", state))
16251604

16261605
# process the header parameters
@@ -1713,7 +1692,6 @@ def _update_rev_reg_revoked_state_serialize(
17131692
_headers,
17141693
_host_index,
17151694
) -> RequestSerialized:
1716-
17171695
_host = None
17181696

17191697
_collection_formats: Dict[str, str] = {}
@@ -1732,7 +1710,6 @@ def _update_rev_reg_revoked_state_serialize(
17321710
_path_params["rev_reg_id"] = rev_reg_id
17331711
# process the query parameters
17341712
if apply_ledger_update is not None:
1735-
17361713
_query_params.append(("apply_ledger_update", apply_ledger_update))
17371714

17381715
# process the header parameters
@@ -1817,7 +1794,6 @@ def _upload_tails_file_serialize(
18171794
_headers,
18181795
_host_index,
18191796
) -> RequestSerialized:
1820-
18211797
_host = None
18221798

18231799
_collection_formats: Dict[str, str] = {}

aries_cloudcontroller/api/anon_creds_schemas_api.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ def _create_schema_serialize(
8787
_headers,
8888
_host_index,
8989
) -> RequestSerialized:
90-
9190
_host = None
9291

9392
_collection_formats: Dict[str, str] = {}
@@ -195,7 +194,6 @@ def _get_schema_serialize(
195194
_headers,
196195
_host_index,
197196
) -> RequestSerialized:
198-
199197
_host = None
200198

201199
_collection_formats: Dict[str, str] = {}
@@ -309,7 +307,6 @@ def _get_schemas_serialize(
309307
_headers,
310308
_host_index,
311309
) -> RequestSerialized:
312-
313310
_host = None
314311

315312
_collection_formats: Dict[str, str] = {}
@@ -326,15 +323,12 @@ def _get_schemas_serialize(
326323
# process the path parameters
327324
# process the query parameters
328325
if schema_issuer_id is not None:
329-
330326
_query_params.append(("schema_issuer_id", schema_issuer_id))
331327

332328
if schema_name is not None:
333-
334329
_query_params.append(("schema_name", schema_name))
335330

336331
if schema_version is not None:
337-
338332
_query_params.append(("schema_version", schema_version))
339333

340334
# process the header parameters

aries_cloudcontroller/api/anon_creds_wallet_upgrade_api.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ def _anoncreds_wallet_upgrade_post_serialize(
8585
_headers,
8686
_host_index,
8787
) -> RequestSerialized:
88-
8988
_host = None
9089

9190
_collection_formats: Dict[str, str] = {}
@@ -102,7 +101,6 @@ def _anoncreds_wallet_upgrade_post_serialize(
102101
# process the path parameters
103102
# process the query parameters
104103
if wallet_name is not None:
105-
106104
_query_params.append(("wallet_name", wallet_name))
107105

108106
# process the header parameters

aries_cloudcontroller/api/basicmessage_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def _send_message_serialize(
8989
_headers,
9090
_host_index,
9191
) -> RequestSerialized:
92-
9392
_host = None
9493

9594
_collection_formats: Dict[str, str] = {}

0 commit comments

Comments
 (0)