mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-26 01:16:16 +00:00
Fixes ruff not running isort against the codebase
This commit is contained in:
@@ -5,9 +5,10 @@ from pathlib import Path
|
||||
from typing import Final
|
||||
|
||||
from django.conf import settings
|
||||
from documents.models import Document
|
||||
from tqdm import tqdm
|
||||
|
||||
from documents.models import Document
|
||||
|
||||
|
||||
class SanityCheckMessages:
|
||||
def __init__(self):
|
||||
|
Reference in New Issue
Block a user