Skip to content

Commit

Permalink
Remove extra blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
153957 committed Feb 4, 2024
1 parent 5daa383 commit ab87924
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_full_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ def test_path_from_root(self) -> None:
full_menu.path_from_root(album)
self.assertEqual(album.path, album.path_from_root)


@mock.patch('theme_153957.full_menu.signals')
def test_register(self, mock_signals: mock.MagicMock) -> None:
full_menu.register({})
Expand Down

0 comments on commit ab87924

Please sign in to comment.