SIENTIAPDE-1318

Remove Pytest test execution from CI workflow and add a blank line in MinioRepository class for improved readability.
This commit is contained in:
vitor-aignosi
2025-10-17 12:14:57 -03:00
parent 50741de2b0
commit 3326a7da00
2 changed files with 1 additions and 4 deletions

View File

@@ -33,6 +33,7 @@ class MinioRepository:
logger (Logger): Observability logger.
notification_handler (NotificationHandler): Notifications handler.
"""
def __init__(
self,
minio_endpoint_url: str,