Nexo-S commited on
Commit
855ee5d
·
verified ·
1 Parent(s): d9703fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ import aiohttp
24
  from types import ModuleType
25
  import yfinance as yf
26
  import warnings
27
- warnings.filterwarnings("ignore", category=UserWarning, module="sklearn"
28
 
29
  # --- 🦖 IMPORT LIGHTGBM ---
30
  try:
 
24
  from types import ModuleType
25
  import yfinance as yf
26
  import warnings
27
+ warnings.filterwarnings("ignore", category=UserWarning, module="sklearn")
28
 
29
  # --- 🦖 IMPORT LIGHTGBM ---
30
  try: