From d4f1d64daf8899a87caa2fd9ffd80f2f95a939da Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 09:46:21 +0000 Subject: [PATCH] style: format code with Black This commit fixes the style issues introduced in df6b0e3 according to the output from Black. Details: https://github.com/PaiGramTeam/PaiGram/pull/780 --- core/dependence/assets.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/dependence/assets.py b/core/dependence/assets.py index 5ab5a3c2..a4c9b3cd 100644 --- a/core/dependence/assets.py +++ b/core/dependence/assets.py @@ -1,4 +1,5 @@ """用于下载和管理角色、武器、材料等的图标""" + import asyncio from abc import ABC, abstractmethod from functools import cached_property, lru_cache, partial