mirror of
https://github.com/sissbruecker/linkding.git
synced 2026-02-27 22:43:15 +08:00
Format and lint with ruff (#1263)
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
from unittest.mock import patch, PropertyMock
|
||||
from unittest.mock import PropertyMock, patch
|
||||
|
||||
from django.test import TestCase, modify_settings
|
||||
from django.urls import reverse
|
||||
from bookmarks.models import User
|
||||
|
||||
from bookmarks.middlewares import CustomRemoteUserMiddleware
|
||||
from bookmarks.models import User
|
||||
|
||||
|
||||
class AuthProxySupportTest(TestCase):
|
||||
|
||||
Reference in New Issue
Block a user