From bd4a880d7a86983e0a4a279afab07e1b1e28a423 Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Tue, 13 Aug 2024 18:02:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B3=A8=E9=87=8A=EF=BC=8C?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=87=AA=E5=AE=9A=E4=B9=89=E5=AE=9E=E6=97=B6?= =?UTF-8?q?=E5=90=88=E5=B9=B6=E6=95=B0=E6=8D=AE=E5=BA=93=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pywxdump/db/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywxdump/db/__init__.py b/pywxdump/db/__init__.py index 2840cb5..5778245 100644 --- a/pywxdump/db/__init__.py +++ b/pywxdump/db/__init__.py @@ -5,7 +5,7 @@ # Author: xaoyaoo # Date: 2024/04/15 # ------------------------------------------------------------------------------- -import pandas as pd +# import pandas as pd from .utils import download_file, dat2img