From 437a970305b6e4a3516415c580fe58b3dbe1130e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 21:35:14 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_tasks.py | 1 - tubee/static/css/tag_listing.css | 12 ++++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/tests/test_tasks.py b/tests/test_tasks.py index 634fe44..5f9d114 100644 --- a/tests/test_tasks.py +++ b/tests/test_tasks.py @@ -39,7 +39,6 @@ def test_tasks_channels_renew(self, mocked_channel, mocked_channels_refresh): @mock.patch("tubee.tasks.Channel") def test_channels_refresh(self, mocked_channel): - mocked_channel.query.get.return_value = False channels_refresh(self.test_channel_ids) diff --git a/tubee/static/css/tag_listing.css b/tubee/static/css/tag_listing.css index fcd86c6..6932f82 100644 --- a/tubee/static/css/tag_listing.css +++ b/tubee/static/css/tag_listing.css @@ -3,9 +3,17 @@ linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)); - background-position: left center, right center, left center, right center; + background-position: + left center, + right center, + left center, + right center; background-repeat: no-repeat; - background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%; + background-size: + 20px 100%, + 20px 100%, + 10px 100%, + 10px 100%; background-attachment: local, local, scroll, scroll; scrollbar-width: none; /* Firefox */ }