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 Oct 7, 2023
1 parent fde7659 commit 8878440
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ repos:
rev: 1.6.1
hooks:
- id: poetry-check
- id: poetry-lock
- id: poetry-lock
2 changes: 1 addition & 1 deletion nonebot_plugin_crazy_thursday/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import json
from pathlib import Path
import random
from pathlib import Path
from typing import Annotated

from nonebot import on_regex
Expand Down

0 comments on commit 8878440

Please sign in to comment.