Skip to content

Commit 273fc19

Browse files
committed
Hotfix: Missing pandas import
1 parent 6432404 commit 273fc19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

switch_model/wecc/get_inputs/get_inputs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
from typing import Iterable, List
1616

1717
# Switch packages
18+
import pandas as pd
19+
1820
from switch_model.wecc.utilities import connect
1921
from switch_model.version import __version__
2022

0 commit comments

Comments
 (0)