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
committed by marcel
parent 98ee6cf587
commit 829194f345
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