Skip to content

Commit ef67a40

Browse files
author
PJ Hoberman
committed
#179 importing alt directly rather than from app.py
1 parent 45b9d20 commit ef67a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/test_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import pytest
44
import pandas as pd
55
import numpy as np
6+
import altair as alt
67

7-
from app import alt
88
from penn_chime.models import sir, sim_sir, sim_sir_df
99
from penn_chime.parameters import Parameters
1010
from penn_chime.presentation import display_header, new_admissions_chart, admitted_patients_chart

0 commit comments

Comments
 (0)