Skip to content

Commit

Permalink
Use kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-fcampbell committed Oct 3, 2024
1 parent 2a574bd commit 2872434
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ def _pdf_v2_to_v1(
pdfv1: Dict[str, Any] = {"definition_version": "1.1", "native_app": {}}

app_definition, app_package_definition = _find_app_and_package_entities(
v2_definition, package_entity_id, app_entity_id, app_required
v2_definition=v2_definition,
package_entity_id=package_entity_id,
app_entity_id=app_entity_id,
app_required=app_required,
)

# NativeApp
Expand Down

0 comments on commit 2872434

Please sign in to comment.