Skip to content

Commit

Permalink
don't need to test the re-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
hfrick committed Oct 23, 2024
1 parent 19de9a9 commit 22b0f19
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
Expand Up @@ -42,6 +42,8 @@
#' # `workflows`.
NULL

# nocov start

#' @rdname hardhat-extract
#' @export
extract_workflow <- function(x, ...) {
Expand Down Expand Up @@ -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 22b0f19

Please sign in to comment.