Skip to content

Commit

Permalink
ci: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdadams committed Aug 9, 2024
1 parent 66267b3 commit 410e46b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/wmrc/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@
from toolz import interleave

try:
from wmrc import summarize, yearly
from wmrc.main import Skid
from wmrc import yearly
except ImportError:
import summarize
import yearly
from main import Skid


def state_year_over_year(county_df: pd.DataFrame, current_year: int) -> pd.DataFrame:
Expand Down

0 comments on commit 410e46b

Please sign in to comment.