Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavanba committed Jul 11, 2024
1 parent 612d859 commit a49a388
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pipeline/run-pipeline.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Get config variables
list2env(x = config::get(file = "config/config.yml",
config = "staging"),
envir = .GlobalEnv)
list2env(
x = config::get(file = "config/config.yml",
config = "staging"),
envir = .GlobalEnv
)

# Fetch data
tictoc::tic(msg = "INFO: Fetch data")
Expand Down

0 comments on commit a49a388

Please sign in to comment.