Skip to content

Commit df9c258

Browse files
committed
chore: fix a lint issue
Signed-off-by: Davide Madrisan <[email protected]>
1 parent 95e47dd commit df9c258

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

hadcrut5lib.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,7 @@ def normalization_value(temperatures):
175175
# this should never happen...
176176
raise ValueError(f'Unsupported period "{self._period}"')
177177

178-
self.logging_debug(
179-
"The mean anomaly in {self._period} is about {norm_temp:.8f}°C"
180-
)
178+
self.logging_debug("The mean anomaly in {self._period} is about {norm_temp:.8f}°C")
181179
return norm_temp
182180

183181
for region, data in self._datasets.items():

0 commit comments

Comments
 (0)