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