mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-04-28 03:40:43 -04:00
Fixes the ruff autoup double import
This commit is contained in:
parent
81b99fb4fc
commit
56bb68ee3d
@ -5,11 +5,7 @@ from abc import abstractmethod
|
||||
from collections.abc import Iterator
|
||||
from dataclasses import dataclass
|
||||
from types import TracebackType
|
||||
|
||||
try:
|
||||
from typing import Self
|
||||
except ImportError:
|
||||
from typing import Self
|
||||
from typing import Self
|
||||
|
||||
import dateparser
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user