Skip to content

Commit

Permalink
inspect moved out of scope
Browse files Browse the repository at this point in the history
  • Loading branch information
pseusys committed Feb 6, 2024
1 parent 5f9ff22 commit 809fc45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dff/pipeline/pipeline/actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
.. figure:: /_static/drawio/dfe/user_actor.png
"""
from __future__ import annotations
import inspect
import logging
import asyncio
from typing import Union, Callable, Optional, Dict, List, TYPE_CHECKING
Expand All @@ -41,7 +42,6 @@
logger = logging.getLogger(__name__)

if TYPE_CHECKING:
import inspect
from dff.pipeline.pipeline.pipeline import Pipeline

USER_FUNCTION_TYPES = {
Expand Down

0 comments on commit 809fc45

Please sign in to comment.