Skip to content

Commit f4cee98

Browse files
[IMP] kyc: black, isort, prettier
1 parent 67d3b69 commit f4cee98

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

kyc/pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["whool"]
3+
build-backend = "whool.buildapi"

kyc/tests/common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright 2023 ForgeFlow S.L. (https://www.forgeflow.com)
22
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
33

4-
import mock
4+
from unittest import mock
55

66
from odoo.tests.common import TransactionCase
77

0 commit comments

Comments
 (0)