Skip to content

Commit 8a845c1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent fdfebef commit 8a845c1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

payments/dummy/serializers.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
from __future__ import annotations
2+
13
from rest_framework import serializers
2-
from payments import PaymentStatus, FraudStatus
4+
5+
from payments import FraudStatus
6+
from payments import PaymentStatus
37

48
RESPONSE_CHOICES = (
59
("3ds-disabled", "3DS disabled"),

0 commit comments

Comments
 (0)