Skip to content

Commit

Permalink
Merge PR #447 into 17.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 0511348 + 52a754c commit 6639917
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).

import logging

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, TypeVar
Expand Down

0 comments on commit 6639917

Please sign in to comment.