Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 8, 2025
1 parent 06be2ef commit c02d794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/networks/nets/test_restormer.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def test_small_input_error_3d(self):
else:
class TestRestormer(unittest.TestCase):
def test_placeholder(self):
self.skipTest("Einops module not available")
self.skipTest("Einops module not available")

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

0 comments on commit c02d794

Please sign in to comment.