Skip to content

Commit 34ae4b4

Browse files
committed
fix: filter warnings doesn't work anymore
1 parent 9b09ee0 commit 34ae4b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PF_DrawChart.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
import numpy as np
77
import mplfinance as mpf
88

9-
import warnings
10-
import matplotlib.cbook
11-
warnings.filterwarnings("ignore", category=matplotlib.cbook.mplDeprecation)
9+
# import warnings
10+
# import matplotlib.cbook
11+
# warnings.filterwarnings("ignore", category=matplotlib.cbook.mplDeprecation)
1212

1313
"""
1414
Make this code into a module so it can be loaded at program

0 commit comments

Comments
 (0)