Skip to content

Commit b456aa3

Browse files
committed
Use our version of print_preprocessor
1 parent 0039a4f commit b456aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/epi_workflow.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ new_epi_workflow <- function(
205205
#' @export
206206
print.epi_workflow <- function(x, ...) {
207207
print_header(x)
208-
workflows:::print_preprocessor(x)
208+
print_preprocessor(x)
209209
#workflows:::print_case_weights(x)
210210
workflows:::print_model(x)
211211
print_postprocessor(x)

0 commit comments

Comments
 (0)