SIENTIAPDE-1273

Update conftest.py to add a blank line for improved readability and code style consistency.
This commit is contained in:
vitor-aignosi
2025-11-18 08:59:43 -03:00
parent ffb829e0cb
commit 6ae83d90be

View File

@@ -5,6 +5,7 @@ This module mocks the 'sientia' module to avoid requiring its installation
during unit tests. The mock is registered in sys.modules before any test
imports are executed.
"""
import sys
from unittest.mock import MagicMock