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
This commit is contained in:
deepsource-autofix[bot] 2024-03-19 09:46:21 +00:00 committed by GitHub
parent df6b0e31ba
commit d4f1d64daf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,5 @@
"""用于下载和管理角色、武器、材料等的图标""" """用于下载和管理角色、武器、材料等的图标"""
import asyncio import asyncio
from abc import ABC, abstractmethod from abc import ABC, abstractmethod
from functools import cached_property, lru_cache, partial from functools import cached_property, lru_cache, partial