chore: fix pyright errors to make pipeline green

This commit is contained in:
Konstantin Fickel 2025-10-12 08:30:10 +02:00
parent 73268a8039
commit eaf7fe9b2a
Signed by: kfickel
GPG key ID: A793722F9933C1A5
8 changed files with 15 additions and 15 deletions

View file

@ -1,5 +1,5 @@
from datetime import datetime
from src.streamer.localize.extract_datetime import extract_date_from_file_name
from streamer.localize.extract_datetime import extract_date_from_file_name
class TestExtractDateTime: