Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit be3542d

Browse files
Fix import
1 parent 399fc47 commit be3542d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weather/key/04-custom_plotting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import matplotlib.pyplot as plt
2-
from pddc_helpers import load_bwi_data, aggregate_by_month
2+
from w_helpers import load_bwi_data, aggregate_by_month
33
plt.ion()
44

55
bwi = load_bwi_data()

0 commit comments

Comments
 (0)