Skip to content

Commit d531c3c

Browse files
committed
remove unnecessary import
1 parent 9497034 commit d531c3c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

NAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,4 @@ importFrom(blob,blob)
8989
importFrom(hms,hms)
9090
importFrom(lifecycle,deprecated)
9191
importFrom(utils,packageVersion)
92-
importFrom(vctrs,vec_recycle_common)
9392
useDynLib(odbc, .registration = TRUE)

R/dbi-result.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ setMethod("dbGetRowsAffected", "OdbcResult",
139139
#' @param res An object inheriting from [DBI::DBIResult-class].
140140
#' @inheritParams DBI::dbBind
141141
#' @inheritParams DBI-tables
142-
#' @importFrom vctrs vec_recycle_common
143142
#' @export
144143
setMethod("dbBind", "OdbcResult",
145144
function(res, params, ..., batch_rows = getOption("odbc.batch_rows", NA)) {

0 commit comments

Comments
 (0)