Skip to content

Commit a5eb84b

Browse files
HasanAhmadQ7HasanAhmadQ7
HasanAhmadQ7
authored and
HasanAhmadQ7
committed
fake commit: will be deleted
1 parent 956bf64 commit a5eb84b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xarray/core/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ def equivalent(first: T, second: T) -> bool:
146146

147147
def list_equiv(first, second):
148148
equiv = True
149+
#fake addition to trigger ci/cd
149150
if len(first) != len(second):
150151
return False
151152
else:

0 commit comments

Comments
 (0)