Format and lint with ruff (#1263)

This commit is contained in:
Sascha Ißbrücker
2026-01-04 12:13:48 +01:00
committed by GitHub
parent 4d82fefa4e
commit 3b26190df5
178 changed files with 601 additions and 739 deletions

View File

@@ -5,11 +5,10 @@ from django.urls import reverse
from rest_framework import status
from bookmarks.models import GlobalSettings
from bookmarks.tests.helpers import LinkdingApiTestCase, BookmarkFactoryMixin
from bookmarks.tests.helpers import BookmarkFactoryMixin, LinkdingApiTestCase
class BookmarksApiPerformanceTestCase(LinkdingApiTestCase, BookmarkFactoryMixin):
def setUp(self) -> None:
self.api_token = self.setup_api_token()
self.client.credentials(HTTP_AUTHORIZATION="Token " + self.api_token.key)