Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 29, 2024
1 parent ac213bb commit 31fdcf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -549,8 +549,8 @@ def load_labels(self) -> pd.DataFrame:
df[START], df[END] = date(2022, 1, 1), date(2023, 12, 31)
df[SUBSET] = "training"
return df


datasets: List[LabeledDataset] = [
CustomLabeledDataset(
dataset="geowiki_landcover_2017",
Expand Down

0 comments on commit 31fdcf9

Please sign in to comment.