From 2f8d70334f990c48983e0699d3c7bbea7ab23eab Mon Sep 17 00:00:00 2001 From: Li Chuangbo Date: Sat, 22 Oct 2022 11:58:18 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20hotfix:=20=E5=88=A0=E9=99=A4=20l?= =?UTF-8?q?ine=5Fprofiler=5Fpycharm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- metadata/scripts/metadatas.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/metadata/scripts/metadatas.py b/metadata/scripts/metadatas.py index 4890523..9cc1d9f 100644 --- a/metadata/scripts/metadatas.py +++ b/metadata/scripts/metadatas.py @@ -4,7 +4,6 @@ from typing import Iterator import ujson as json from aiofiles import open as async_open from httpx import AsyncClient, RemoteProtocolError, Response, URL -from line_profiler_pycharm import profile from utils.const import AMBR_HOST, PROJECT_ROOT from utils.log import logger @@ -39,7 +38,6 @@ async def stream_request(method, url) -> Iterator[Response]: # noinspection PyShadowingNames -@profile async def update_metadata_from_github(overwrite: bool = True): path = PROJECT_ROOT.joinpath("metadata/data/namecard.json") if not overwrite and path.exists():