fix: linting

This commit is contained in:
Alex
2024-12-23 17:41:44 +00:00
parent 90962ee056
commit 41b4c28430
3 changed files with 3 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
import re
from typing import List, Tuple, Union
from typing import List, Tuple
import logging
from application.parser.schema.base import Document
from application.utils import get_encoding