Skip to content

Commit a6d39af

Browse files
author
Cédric Pigeon
committed
Fix pylint issues
1 parent a7a7ef4 commit a6d39af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

account_invoice_merge/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1919
#
2020
##############################################################################
21-
import invoice
22-
import wizard
21+
from . import invoice
22+
from . import wizard

account_invoice_merge/wizard/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
#
2020
##############################################################################
2121

22-
import invoice_merge
22+
from . import invoice_merge

0 commit comments

Comments
 (0)