Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasfrancke authored and jans23 committed Mar 6, 2025
1 parent 5c958c6 commit 33d62f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions payment_bitcoin/models/bitcoin.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import codecs
import logging
from datetime import datetime, timedelta as td
from datetime import date, datetime, timedelta as td
from hashlib import sha256

import requests
from dateutil.relativedelta import relativedelta
from datetime import date

from odoo import _, api, fields, models
from odoo.exceptions import UserError, ValidationError
Expand Down

0 comments on commit 33d62f1

Please sign in to comment.