Skip to content

Commit f46228a

Browse files
committed
FIX: RTD
1 parent 1a7c170 commit f46228a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyscancf/maxcappi.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@ def plot_cappi(
133133
break
134134

135135
if matched_key is None:
136-
print(f"Error: None of the expected keywords for '{moment}' found in grid.fields")
136+
print(
137+
f"Error: None of the expected keywords for '{moment}' found in grid.fields"
138+
)
137139
return
138140

139141
max_c = grid.fields[matched_key]["data"].max(axis=0)

0 commit comments

Comments
 (0)