Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Dec 3, 2024
1 parent 0a0fc3c commit 7c3773f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion R/Artifact.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ ArtifactRecord <- R6::R6Class( # nolint object_name_linter
#'
#' @return The path to the cached artifact
cache = function() {

py_lamin <- private$.instance$get_py_lamin()
if (!is.null(py_lamin)) {
if (isTRUE(private$.instance$is_default)) {
Expand Down
2 changes: 1 addition & 1 deletion R/Instance.R
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ create_instance <- function(instance_settings, is_default = FALSE) {
"Failed to connect to the Python {.pkg lamindb} package,",
"some functionality may be limited."
),
"i" = "Run {.run reticulate::py_last_error()} or {reticulate::py_last_error()} for details",
"i" = "Run {.run reticulate::py_last_error()} or {reticulate::py_last_error()} for details"
))
NULL
}
Expand Down

0 comments on commit 7c3773f

Please sign in to comment.