Skip to content

Commit b2b3ddf

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1079d8c commit b2b3ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_restormer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191

9292

9393
class TestMDTATransformerBlock(unittest.TestCase):
94-
94+
9595
@skipUnless(has_einops, "Requires einops")
9696
@parameterized.expand(TEST_CASES_TRANSFORMER)
9797
def test_shape(self, spatial_dims, dim, heads, ffn_factor, bias, layer_norm_use_bias, flash, shape):

0 commit comments

Comments
 (0)