Skip to content

Commit 1d2563d

Browse files
committed
Fix unused imports
1 parent 51ba9b8 commit 1d2563d

16 files changed

+507
-533
lines changed

lectures/business_cycle.md

Lines changed: 106 additions & 109 deletions
Large diffs are not rendered by default.

lectures/commod_price.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ We begin with the following imports
9898
import numpy as np
9999
import matplotlib.pyplot as plt
100100
from scipy.interpolate import interp1d
101-
from scipy.optimize import minimize_scalar, brentq
101+
from scipy.optimize import brentq
102102
from scipy.stats import beta
103103
```
104104

0 commit comments

Comments
 (0)