Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
schrockn committed Aug 21, 2023
1 parent 2345b46 commit 6585362
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
from dagster._annotations import deprecated, deprecated_param, public
from dagster._core.definitions.instigation_logger import InstigationLogger
from dagster._core.definitions.resource_annotation import get_resource_args
from dagster._core.definitions.scoped_resources_builder import Resources, ScopedResourcesBuilder
from dagster._core.definitions.scoped_resources_builder import Resources
from dagster._core.execution.context.dual_state_context import DualStateContextResourcesContainer
from dagster._serdes import whitelist_for_serdes
from dagster._utils import IHasInternalInit, ensure_gen
from dagster._utils.merger import merge_dicts
Expand All @@ -44,7 +45,6 @@
from ..instance import DagsterInstance
from ..instance.ref import InstanceRef
from ..storage.dagster_run import DagsterRun
from dagster._core.execution.context.dual_state_context import DualStateContextResourcesContainer
from .graph_definition import GraphDefinition
from .job_definition import JobDefinition
from .run_request import RunRequest, SkipReason
Expand Down

0 comments on commit 6585362

Please sign in to comment.