Skip to content

Commit

Permalink
🚨 auto fix by pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 26, 2023
1 parent e86069b commit 97615e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nonebot_plugin_nagabus/naga/fake_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async def close(self):

async def set_cookies(self, cookies: Mapping[str, str]):
logger.info(
f"naga_cookies set to {'; '.join((f'{kv[0]}={kv[1]}' for kv in cookies))}"
f"naga_cookies set to {'; '.join(f'{kv[0]}={kv[1]}' for kv in cookies)}"
)

async def order_report_list(self, year: int, month: int) -> OrderReportList:
Expand Down

0 comments on commit 97615e6

Please sign in to comment.