minor fix

This commit is contained in:
wilsongomez 2022-03-02 15:38:45 -05:00
parent 50201fd4e0
commit de2deca7fd
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ from trytond.transaction import Transaction
import requests
from urllib.parse import urlencode
from datetime import datetime, date
from web_channel import SaleWebChannel
from .web_channel import SaleWebChannel
import json
import base64
import hmac