Skip to content

Commit 244c031

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 761d437 commit 244c031

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

payments/models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ class BaseSubscription(models.Model):
4848
blank=True,
4949
)
5050
payment_provider = models.CharField(
51-
_('payment provider'),
52-
help_text=_('Provider variant, that will be used for payment renewal'),
51+
_("payment provider"),
52+
help_text=_("Provider variant, that will be used for payment renewal"),
5353
max_length=255,
5454
default=None,
5555
null=True,

0 commit comments

Comments
 (0)