Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
damonbayer committed Dec 17, 2024
1 parent a31a7e0 commit 4a928d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/forecast_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
import os
import shutil
import subprocess
import tomllib
import tomli_w
from datetime import datetime, timedelta
from pathlib import Path

import numpyro
import polars as pl
import tomli_w
import tomllib

Check warning on line 12 in pipelines/forecast_state.py

View check run for this annotation

Codecov / codecov/patch

pipelines/forecast_state.py#L11-L12

Added lines #L11 - L12 were not covered by tests
from prep_data import process_and_save_state
from pygit2 import Repository
from save_eval_data import save_eval_data
Expand Down

0 comments on commit 4a928d9

Please sign in to comment.