WeblateOrg / weblate

Re-definition found for builtin function PYL-W0622
Anti-pattern
Minor
3 months ago4 years old
Redefining built-in 'Warning'
 3# SPDX-License-Identifier: GPL-3.0-or-later
 4
 5from django.apps import AppConfig
 6from django.core.checks import Warning, register 7
 8from weblate.utils.checks import weblate_check
 9