Skip to content

Commit

Permalink
Merge pull request #27 from duckdb/b-import-from
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr authored Oct 11, 2023
2 parents cc4f7cb + 64a521b commit 035ae0e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,5 @@ exportMethods(dbWriteTable)
exportMethods(show)
import(DBI)
import(methods)
importFrom(DBI,dbConnect)
importFrom(utils,head)
useDynLib(duckdb, .registration = TRUE)
1 change: 0 additions & 1 deletion R/dbIsValid__duckdb_driver.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#' @rdname duckdb_driver-class
#' @inheritParams DBI::dbIsValid
#' @importFrom DBI dbConnect
#' @usage NULL
dbIsValid__duckdb_driver <- function(dbObj, ...) {
valid <- FALSE
Expand Down

0 comments on commit 035ae0e

Please sign in to comment.