Skip to content

Commit

Permalink
remove obsolete # nolint (#759)
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Schratz <patrick.schratz@gmail.com>
  • Loading branch information
MichaelChirico and pat-s committed Jan 22, 2022
1 parent 2e67f66 commit e74f84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/install_pkgs.R
Expand Up @@ -28,7 +28,7 @@
#' @export
#' @examples
#' extract_pkgs(lrns(c("regr.rpart", "regr.featureless")))
install_pkgs = function(x, ...) { # nolint
install_pkgs = function(x, ...) {
require_namespaces("remotes")
pkg = NULL

Expand Down

0 comments on commit e74f84f

Please sign in to comment.