Skip to content

Commit

Permalink
remove unnecessary downsample factor from readframe adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
Lham42 committed Sep 24, 2024
1 parent 3fa6754 commit 16635a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/py/synnax/framer/adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,11 @@ class ReadFrameAdapter:
__adapter: dict[ChannelKey, ChannelName] | None
retriever: ChannelRetriever
keys: list[ChannelKey]
downsample_factor: int

def __init__(self, retriever: ChannelRetriever):
self.retriever = retriever
self.__adapter = None
self.keys = list()
self.downsample_factor = 1

def update(self, channels: ChannelParams):
normal = normalize_channel_params(channels)
Expand Down

0 comments on commit 16635a1

Please sign in to comment.