Skip to content

Commit

Permalink
squelch ruff error in user code template
Browse files Browse the repository at this point in the history
  • Loading branch information
mlarose committed Oct 7, 2024
1 parent d7190ed commit 5823f79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from dagster import Definitions, load_assets_from_modules

from . import assets
from . import assets # noqa: TID252

all_assets = load_assets_from_modules([assets])

Expand Down

0 comments on commit 5823f79

Please sign in to comment.