Skip to content

Commit 1e734ea

Browse files
committed
update
1 parent c789c8f commit 1e734ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrighter/options.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def validate_browser(cls, v: str) -> str:
154154

155155
@field_validator("permissions", mode="before")
156156
@classmethod
157-
def validate_permissions(cls, v: T.Any) -> T.Any:
157+
def validate_permissions(cls, v: Any) -> Any:
158158
if isinstance(v, str):
159159
v = v.lower()
160160
if v not in PERMISSIONS:

0 commit comments

Comments
 (0)