Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
stepansergeevitch committed Jul 22, 2024
1 parent c22fde4 commit cc0455e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/metabase/test/data/firebolt.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
[config :as config]
[driver :as driver]]
[metabase.driver.ddl.interface :as ddl.i]
[metabase.driver.sql.query-processor :as sql.qp]
[metabase.driver.sql-jdbc.connection :as sql-jdbc.conn]
[metabase.driver.sql.util.unprepare :as unprepare]
[metabase.test.data.sql-jdbc
[execute :as execute]
[load-data :as load-data]]
Expand Down

0 comments on commit cc0455e

Please sign in to comment.