Skip to content

Commit 7b9ac46

Browse files
author
PJ Hoberman
committed
#179 importing alt directly rather than from app.py
1 parent ea95104 commit 7b9ac46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/test_app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
import pytest # type: ignore
44
import pandas as pd # type: ignore
55
import numpy as np # type: ignore
6-
import altair as alt
6+
import altair as alt # type: ignore
77

88
from penn_chime.charts import new_admissions_chart, admitted_patients_chart
9-
from penn_chime.models import sir, sim_sir, sim_sir_df
9+
from penn_chime.models import sir, sim_sir
1010
from penn_chime.parameters import Parameters
1111
from penn_chime.presentation import display_header
1212
from penn_chime.settings import DEFAULTS

0 commit comments

Comments
 (0)