Skip to content

Commit

Permalink
[daggy-u] Removed unnecessary import from extra credit lesson in Dags…
Browse files Browse the repository at this point in the history
…ter Essentials
  • Loading branch information
aleexharris committed Oct 22, 2024
1 parent 53e0799 commit aa630e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ In Lesson 9, you created the `adhoc_request` asset. During materialization, the
At this point, the code for the `adhoc_request` asset should look like this:

```python
from dagster import Config, asset, MaterializeResult, MetadataValue, get_dagster_logger
from dagster import Config, asset, MaterializeResult, MetadataValue
from dagster_duckdb import DuckDBResource

import plotly.express as px
Expand Down

0 comments on commit aa630e6

Please sign in to comment.