Skip to content

Commit

Permalink
[feature/PI-605-bulk_etl_transform] remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jaklinger committed Nov 25, 2024
1 parent 405397f commit 8e3cf6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/layers/sds/epr/bulk_create/creators.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ def create_as_device(
additional_interactions_id: str,
as_tags: list[dict],
) -> Device:
# TODO: need to add asid keys to EPR create APIs!
as_device = product.create_device(
name=EprNameTemplate.AS_DEVICE.format(party_key=party_key, asid=asid)
)
Expand Down

0 comments on commit 8e3cf6f

Please sign in to comment.