mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-24 02:05:48 -06:00
Fixes ruff not running isort against the codebase
This commit is contained in:
@@ -2,10 +2,10 @@ from unittest import mock
|
||||
|
||||
from channels.layers import get_channel_layer
|
||||
from channels.testing import WebsocketCommunicator
|
||||
from django.test import override_settings
|
||||
from django.test import TestCase
|
||||
from paperless.asgi import application
|
||||
from django.test import override_settings
|
||||
|
||||
from paperless.asgi import application
|
||||
|
||||
TEST_CHANNEL_LAYERS = {
|
||||
"default": {
|
||||
|
||||
Reference in New Issue
Block a user