Skip to content

Commit

Permalink
with_resources top level export (#8264)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpeng817 committed Jun 8, 2022
1 parent 8e6b70f commit ca009fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python_modules/dagster/dagster/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
}
),
)

from dagster.builtins import Any, Bool, Float, Int, Nothing, String
from dagster.config import Enum, EnumValue, Field, Map, Permissive, Selector, Shape
from dagster.config.config_schema import ConfigSchema
Expand Down Expand Up @@ -227,6 +226,7 @@
SolidExecutionResult,
)
from dagster.core.execution.validate_run_config import validate_run_config
from dagster.core.execution.with_resources import with_resources
from dagster.core.executor.base import Executor
from dagster.core.executor.init import InitExecutorContext
from dagster.core.instance import DagsterInstance
Expand Down Expand Up @@ -489,6 +489,7 @@ def __dir__() -> typing.List[str]:
"OpExecutionContext",
"PipelineExecutionResult",
"RetryRequested",
"with_resources",
"build_resources",
"SolidExecutionResult",
"SolidExecutionContext",
Expand Down

0 comments on commit ca009fc

Please sign in to comment.