From 0327ae714db1e36ed1cb8e728de60c34bf40cd80 Mon Sep 17 00:00:00 2001 From: Thinh Vu <39723360+thinh-vu@users.noreply.github.com> Date: Thu, 31 Oct 2024 09:40:37 +0700 Subject: [PATCH] Update financial.py --- vnstock3/explorer/vci/financial.py | 1 - 1 file changed, 1 deletion(-) diff --git a/vnstock3/explorer/vci/financial.py b/vnstock3/explorer/vci/financial.py index f29e7936..5c28c48a 100644 --- a/vnstock3/explorer/vci/financial.py +++ b/vnstock3/explorer/vci/financial.py @@ -7,7 +7,6 @@ from vnstock3.core.utils.parser import get_asset_type, camel_to_snake, api_response_check from vnstock3.core.utils.logger import get_logger from vnstock3.core.utils.user_agent import get_headers -pd.set_option('future.no_silent_downcasting', True) logger = get_logger(__name__)