Skip to content

Commit

Permalink
apply comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kshpv committed Mar 1, 2024
1 parent ae772aa commit 41c76fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def mean_statistic_collector(
num_samples: Optional[int] = None,
window_size: Optional[int] = None,
) -> TensorCollector:
inplace = False
return get_mean_statistic_collector(num_samples, channel_axis, window_size, inplace)

@staticmethod
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def mean_statistic_collector(
num_samples: Optional[int] = None,
window_size: Optional[int] = None,
) -> TensorCollector:
inplace = False
return get_mean_statistic_collector(num_samples, channel_axis, window_size, inplace)

@staticmethod
Expand Down

0 comments on commit 41c76fe

Please sign in to comment.