Skip to content

Commit 0c3a6e5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0f9e07a commit 0c3a6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

odc/stats/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def bin_full_history(
110110

111111

112112
def bin_annual(
113-
cells: Dict[Tuple[int, int], Cell]
113+
cells: Dict[Tuple[int, int], Cell],
114114
) -> Dict[Tuple[str, int, int], List[CompressedDataset]]:
115115
"""
116116
Annual binning

0 commit comments

Comments
 (0)