Skip to content

Commit

Permalink
Clean up code sample
Browse files Browse the repository at this point in the history
  • Loading branch information
petehunt committed Aug 26, 2024
1 parent 85703fd commit 2eef146
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import sqlite3
import tempfile

import dagster as dg

database_file = tempfile.NamedTemporaryFile()


# highlight-start
@dg.asset
Expand Down

0 comments on commit 2eef146

Please sign in to comment.