Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
damonbayer committed Dec 19, 2024
1 parent 11c7edb commit 9a7386d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion pipelines/prep_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
import json
import logging
import os
import subprocess

Check warning on line 5 in pipelines/prep_data.py

View check run for this annotation

Codecov / codecov/patch

pipelines/prep_data.py#L5

Added line #L5 was not covered by tests
from logging import Logger
from pathlib import Path
import subprocess

import forecasttools
import polars as pl
import polars.selectors as cs

Check warning on line 11 in pipelines/prep_data.py

View check run for this annotation

Codecov / codecov/patch

pipelines/prep_data.py#L11

Added line #L11 was not covered by tests
Expand Down
8 changes: 4 additions & 4 deletions pipelines/pull_nhsn.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ p <- arg_parser(
help = "Disease name"
) |>
add_argument("--jurisdictions",
type = "character",
help = "space-separated list of jurisdictions to keep",
nargs = Inf
) |>
type = "character",
help = "space-separated list of jurisdictions to keep",
nargs = Inf
) |>
add_argument(
"--output-file",
type = "character",
Expand Down

0 comments on commit 9a7386d

Please sign in to comment.