Skip to content

Commit

Permalink
don't need to test the re-exports
Browse files Browse the repository at this point in the history
hfrick committed Oct 23, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 19de9a9 commit 24cae41
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/extract.R
Original file line number Diff line number Diff line change
@@ -42,6 +42,8 @@
#' # `workflows`.
NULL

# nocov start

#' @rdname hardhat-extract
#' @export
extract_workflow <- function(x, ...) {
@@ -108,3 +110,5 @@ extract_parameter_set_dials <- function(x, ...) {
extract_fit_time <- function(x, ...) {
UseMethod("extract_fit_time")
}

# nocov end

0 comments on commit 24cae41

Please sign in to comment.