Skip to content

Commit

Permalink
chore: don't alias channel_fqn
Browse files Browse the repository at this point in the history
  • Loading branch information
niliayu committed Oct 24, 2024
1 parent 5cdc381 commit fe731ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lib/sift_py/ingestion/config/telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from typing_extensions import Self

from sift_py._internal.channel import channel_fqn as _channel_fqn
from sift_py._internal.channel import channel_fqn
from sift_py.ingestion.channel import (
ChannelBitFieldElement,
ChannelConfig,
Expand Down Expand Up @@ -216,7 +216,7 @@ def _from_yaml(
channel_references.append(
{
"channel_reference": ref,
"channel_identifier": _channel_fqn(name, component),
"channel_identifier": channel_fqn(name, component),
}
)

Expand Down

0 comments on commit fe731ae

Please sign in to comment.