Skip to content

Commit

Permalink
removed redundant get_channel_names
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson committed Sep 22, 2023
1 parent a36e753 commit bd1070d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -504,9 +504,6 @@ def get_sampling_frequency(self) -> float:
def get_num_channels(self) -> int:
return self._num_channels

def get_channel_names(self) -> list:
return self._channel_names

def get_num_planes(self) -> int:
return self._num_planes

Expand Down

0 comments on commit bd1070d

Please sign in to comment.