mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-21 22:58:05 +00:00
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:
parent
df6b0e31ba
commit
d4f1d64daf
@ -1,4 +1,5 @@
|
||||
"""用于下载和管理角色、武器、材料等的图标"""
|
||||
|
||||
import asyncio
|
||||
from abc import ABC, abstractmethod
|
||||
from functools import cached_property, lru_cache, partial
|
||||
|
Loading…
Reference in New Issue
Block a user