Skip to content

Commit c02d794

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/networks/nets/test_restormer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def test_small_input_error_3d(self):
150150
else:
151151
class TestRestormer(unittest.TestCase):
152152
def test_placeholder(self):
153-
self.skipTest("Einops module not available")
153+
self.skipTest("Einops module not available")
154154

155155
if __name__ == "__main__":
156156
unittest.main()

0 commit comments

Comments
 (0)