From 9a7386d9b41335816e91340b92476439a3e04c65 Mon Sep 17 00:00:00 2001 From: Damon Bayer Date: Thu, 19 Dec 2024 17:51:20 -0600 Subject: [PATCH] pre-commit --- pipelines/prep_data.py | 3 ++- pipelines/pull_nhsn.R | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/pipelines/prep_data.py b/pipelines/prep_data.py index 549400e..509bf10 100644 --- a/pipelines/prep_data.py +++ b/pipelines/prep_data.py @@ -2,9 +2,10 @@ import json import logging import os +import subprocess from logging import Logger from pathlib import Path -import subprocess + import forecasttools import polars as pl import polars.selectors as cs diff --git a/pipelines/pull_nhsn.R b/pipelines/pull_nhsn.R index 7f6ee26..c630d1f 100644 --- a/pipelines/pull_nhsn.R +++ b/pipelines/pull_nhsn.R @@ -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",