Skip to content

Commit 2df76ee

Browse files
committed
ruff check
1 parent 755e122 commit 2df76ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_merge.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import unittest
21

32
import numpy as np
43
import pytest
@@ -7,7 +6,6 @@
76
import mudata
87
from mudata import MuData
98

10-
119
N, D1, D2 = 100, 20, 30
1210
N1 = 15
1311
N2 = N - N1

0 commit comments

Comments
 (0)