feat: Django codemods on LMS (1) (#28851)

This commit is contained in:
M. Zulqarnain
2021-11-02 17:00:46 +05:00
committed by GitHub
parent eabd6e8019
commit 1003f262ad
30 changed files with 75 additions and 74 deletions

View File

@@ -6,7 +6,7 @@ Commerce-related models.
from config_models.models import ConfigurationModel
from django.db import models
from django.utils.translation import ugettext_lazy as _
from django.utils.translation import gettext_lazy as _
class CommerceConfiguration(ConfigurationModel):