Skip to content

Commit

Permalink
Remove type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
LVC11 committed Apr 24, 2023
1 parent 756a8fe commit d85e3de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/assertions.R
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ assert_subset_suggest <- function(x, choices) {


#' Check to have only one PARAMCD in the analysis dataset
#' @param param_val (`character`) value of PARAMCD
#' @param param_val value of PARAMCD
#' @export
assert_only_one_paramcd <- function(param_val) {
unique_param_val <- unique(param_val)
Expand Down
2 changes: 1 addition & 1 deletion man/assert_only_one_paramcd.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d85e3de

Please sign in to comment.