Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Sep 25, 2023
1 parent 1d157c6 commit 5450524
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
Optional,
Sequence,
Set,
cast,
Union,
cast,
)

from dagster._core.definitions.decorators.op_decorator import DecoratedOpFunction

import dagster._check as check
from dagster._annotations import deprecated, experimental, public
from dagster._core.definitions.asset_check_spec import AssetCheckSpec
Expand All @@ -25,6 +23,7 @@
DataVersion,
extract_data_provenance_from_entry,
)
from dagster._core.definitions.decorators.op_decorator import DecoratedOpFunction
from dagster._core.definitions.dependency import Node, NodeHandle
from dagster._core.definitions.events import (
AssetKey,
Expand Down

0 comments on commit 5450524

Please sign in to comment.