Skip to content

Commit 3e1148e

Browse files
committed
FIX: fix import
1 parent 0555bc0 commit 3e1148e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lectures/inflation_history.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ This lecture also requires `pandas >= 2.1.4`
2828

2929
```{code-cell} ipython3
3030
:tags: [hide-output]
31-
from packaging.version import Version
3231
import pandas as pd
32+
from packaging.version import Version
33+
from importlib import reload
3334
if Version(pd.__version__) < Version('2.1.4'):
3435
!pip install pandas==2.1.4
3536
reload(pandas)

0 commit comments

Comments
 (0)