Skip to content

Commit

Permalink
#2542 fix_queries_mh: fix lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
bundfussr committed Nov 5, 2024
1 parent e01ce25 commit 91e7b55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data-raw/create_queries_and_queries_mh.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# SRCVAR, e.g., AEDECOD, AELLT, ...
# TERMCHAR, non NULL

library(dplyr)
library(admiral)
library(dplyr) # nolint
library(admiral) # nolint

queries <- tibble::tribble(
~PREFIX, ~GRPNAME, ~GRPID, ~SCOPE,
Expand Down

0 comments on commit 91e7b55

Please sign in to comment.