Skip to content

Commit b3c33db

Browse files
committed
rm unneeded package
1 parent 271f6b7 commit b3c33db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

odc/stats/plugins/cloud_proba_percentiles.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
Long-term percentiles of S2Cloudless probabilities.
33
44
Useful for locating regions persistently misclassified as
5-
cloud by S2Cloudless, which is known to have a high false
5+
cloud by S2Cloudless, which is known to have a high false
66
positive rate.
77
88
"""
99

10-
from functools import partial
1110
from typing import Sequence, Tuple, Mapping
1211

1312
import numpy as np

0 commit comments

Comments
 (0)