mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 04:35:49 +00:00
style: format code with Black
This commit fixes the style issues introduced in d05035d
according to the output
from Black.
Details: https://github.com/PaiGramTeam/PaiGram/pull/780
This commit is contained in:
parent
d05035d3a2
commit
77ba2bf453
@ -10,7 +10,7 @@ from httpx import AsyncClient, HTTPError
|
||||
|
||||
from core.dependence.assets import AssetsService
|
||||
from plugins.genshin.farming._const import AREAS, INTERVAL, RETRY_TIMES, WEEK_MAP
|
||||
from plugins.genshin.farming._model import (AreaData, AvatarData, FarmingData, MaterialData, WeaponData)
|
||||
from plugins.genshin.farming._model import AreaData, AvatarData, FarmingData, MaterialData, WeaponData
|
||||
from utils.log import logger
|
||||
|
||||
__all__ = ("Spider",)
|
||||
|
Loading…
Reference in New Issue
Block a user