Skip to content

Commit

Permalink
[15.0] component: fix mock import
Browse files Browse the repository at this point in the history
  • Loading branch information
sonhd91 committed Mar 4, 2024
1 parent 2330c03 commit b0512a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/tests/test_build_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Tell pylint to not bother us for all our fake component classes
# pylint: disable=consider-merging-classes-inherited

import mock
from unittest import mock

from odoo.addons.component.core import AbstractComponent, Component

Expand Down

0 comments on commit b0512a0

Please sign in to comment.