Skip to content

Commit 074c75c

Browse files
black fixes
1 parent c2c0d0e commit 074c75c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

lib/iris/cube.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3576,9 +3576,7 @@ def __eq__(self, other):
35763576

35773577
if result:
35783578
coord_comparison = iris.analysis.coord_comparison(
3579-
self,
3580-
other,
3581-
object_type="cell measure",
3579+
self, other, object_type="cell measure",
35823580
)
35833581
# if there are any cell measures which are not equal
35843582
result = not (
@@ -3588,9 +3586,7 @@ def __eq__(self, other):
35883586

35893587
if result:
35903588
coord_comparison = iris.analysis.coord_comparison(
3591-
self,
3592-
other,
3593-
object_type="ancillary variable",
3589+
self, other, object_type="ancillary variable",
35943590
)
35953591
# if there are any ancillary variables which are not equal
35963592
result = not (

0 commit comments

Comments
 (0)