Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 23, 2021
1 parent 761d437 commit 244c031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions payments/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ class BaseSubscription(models.Model):
blank=True,
)
payment_provider = models.CharField(
_('payment provider'),
help_text=_('Provider variant, that will be used for payment renewal'),
_("payment provider"),
help_text=_("Provider variant, that will be used for payment renewal"),
max_length=255,
default=None,
null=True,
Expand Down

0 comments on commit 244c031

Please sign in to comment.