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 Nov 15, 2023
1 parent 25bbfce commit b36d3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocf_datapipes/training/windnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
RSS_MEAN,
RSS_STD,
)
from ocf_datapipes.utils.utils import uncombine_from_single_dataset, combine_to_single_dataset
from ocf_datapipes.utils.utils import combine_to_single_dataset, uncombine_from_single_dataset

xr.set_options(keep_attrs=True)
logger = logging.getLogger("windnet_datapipe")
Expand Down

0 comments on commit b36d3bf

Please sign in to comment.