Skip to content

Commit

Permalink
Merge PR #448 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by lmignon
  • Loading branch information
OCA-git-bot committed Aug 26, 2024
2 parents efa3973 + 1b20081 commit 4b9b18f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fastapi/error_handlers.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright 2022 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# License LGPL-3.0 or later (http://www.gnu.org/licenses/LGPL).


from starlette.exceptions import WebSocketException
Expand Down
2 changes: 1 addition & 1 deletion fastapi/schemas.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright 2022 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# License LGPL-3.0 or later (http://www.gnu.org/licenses/LGPL).
import warnings
from enum import Enum
from typing import Annotated, Generic, List, Optional, TypeVar
Expand Down

0 comments on commit 4b9b18f

Please sign in to comment.