Skip to content

Commit

Permalink
chore: fixup type hint oversight (frappe#28467)
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao authored Nov 14, 2024
1 parent cfd5a1c commit c7eb914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frappe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,11 @@ def set_user_lang(user: str, user_language: str | None = None) -> None:
conf: ConfType
form_dict: FormDict
request: Request
job: JobMetaType
response: ResponseDict
session: SessionType
user: str
flags: FlagsDict
session: JobMetaType
response: ResponseDict

error_log: list[dict[str, str]]
debug_log: list[str]
Expand Down

0 comments on commit c7eb914

Please sign in to comment.