관리-도구
편집 파일: func_noerror_gettext_lazy_format.py
""" Checks that Pylint does not complain about django lazy proxy when using gettext_lazy """ from django.utils.translation import gettext_lazy gettext_lazy("{something}").format(something="lala")