chore(nlp-service): remove unused dateparser dependency

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-06-07 15:49:37 +02:00
parent 2eb5572d7a
commit 24e5ac9c22
2 changed files with 0 additions and 3 deletions

View File

@@ -5,8 +5,6 @@ import re
from datetime import date
from typing import TYPE_CHECKING
import dateparser
from models import ParseResponse
from person_matcher import PersonMatcher