Skip to content

Commit 6d9231b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2c9b819 commit 6d9231b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/test_read.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,12 @@ def test_header_parse_blank_line():
117117

118118
# if the blank line in the header causes the reader to exit before reading the file
119119
# the line looking for the Date in the ctd.from_btl() will throw a ValueError.
120-
btl = ctd.from_btl(data_path.joinpath("btl", "blank_line_header.btl",))
120+
btl = ctd.from_btl(
121+
data_path.joinpath(
122+
"btl",
123+
"blank_line_header.btl",
124+
),
125+
)
121126

122127
# if a value error wasn't thrown, ensure the names array for the _metadata was set
123128
assert btl._metadata["names"].index("Date")

0 commit comments

Comments
 (0)