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:
@@ -1,9 +1,8 @@
|
|||||||
from collections.abc import Hashable
|
|
||||||
|
|
||||||
from temporalio import activity, workflow
|
from temporalio import activity, workflow
|
||||||
|
|
||||||
with workflow.unsafe.imports_passed_through():
|
with workflow.unsafe.imports_passed_through():
|
||||||
import traceback
|
import traceback
|
||||||
|
from collections.abc import Hashable
|
||||||
from typing import Any
|
from typing import Any
|
||||||
|
|
||||||
from pandas import DataFrame
|
from pandas import DataFrame
|
||||||
|
|||||||
Reference in New Issue
Block a user