Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit ac5432e

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

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

ocf_datapipes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"""Datapipes"""
1+
"""Datapipes"""

ocf_datapipes/config/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"""Configuration model"""
1+
"""Configuration model"""

ocf_datapipes/fake/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"""Fake data generators for testing"""
1+
"""Fake data generators for testing"""

ocf_datapipes/production/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"""Wrappers to make complete data pipelines for production systems"""
1+
"""Wrappers to make complete data pipelines for production systems"""

ocf_datapipes/transform/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"""Transforms for the data in both xarray and numpy formats"""
1+
"""Transforms for the data in both xarray and numpy formats"""

ocf_datapipes/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"""Various utilities for use in datapipes"""
1+
"""Various utilities for use in datapipes"""
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"""Datapipe to check statistical properties of inputs"""
1+
"""Datapipe to check statistical properties of inputs"""

0 commit comments

Comments
 (0)