SIENTIAPDE-1273

Refactor imports in opc.py to improve code clarity

- Moved the import of Hashable from collections.abc to the appropriate section, enhancing readability and organization of imports.
This commit is contained in:
vitor-aignosi
2025-11-19 18:31:52 -03:00
parent 3311409885
commit 2a451da976

View File

@@ -1,9 +1,8 @@
from collections.abc import Hashable
from temporalio import activity, workflow
with workflow.unsafe.imports_passed_through():
import traceback
from collections.abc import Hashable
from typing import Any
from pandas import DataFrame