Skip to content

Commit 21765b7

Browse files
committed
Lint fixes
1 parent 838155c commit 21765b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ocf_datapipes/training/windnet.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ def __init__(self, filenames: List[str], keys: List[str]):
9696
9797
Args:
9898
filenames: List of filesnames to load
99-
keys: List of keys from each file to use, each key should be a dataarray in the xr.Dataset
99+
keys: List of keys from each file to use, each key should be a
100+
dataarray in the xr.Dataset
100101
"""
101102
super().__init__()
102103
self.keys = keys

0 commit comments

Comments
 (0)