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 Sep 4, 2024
1 parent 3c7e053 commit 1fabc27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nonebot_plugin_access_control/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
except ImportError:
from pydantic import BaseSettings


class Config(BaseSettings):
access_control_default_permission: Literal["allow", "deny"] = "allow"

Expand Down

0 comments on commit 1fabc27

Please sign in to comment.