Skip to content

Commit af27316

Browse files
committed
refactor: removed unused import
1 parent 6a17b66 commit af27316

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/budy/models/voucher.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,8 +455,6 @@ def open_amount_p(self, amount, currency=None):
455455
return _currency.Currency.round(open_amount, currency)
456456

457457
def uses(self, *args, **kwargs):
458-
from . import voucher_use
459-
460458
return voucher_use.VoucherUse.find(voucher=self.id, *args, **kwargs)
461459

462460
@appier.operation(name="Notify", parameters=(("Email", "email", str),))

0 commit comments

Comments
 (0)