srijan-deepsource / readthedocs.org

Errors detected in .deepsource.toml.

Method should have self as the first argument PYL-E0213
Anti-pattern
Major
4 years ago4 years old
Method should have "self" as first argument
 80            }
 81        }
 82
 83    def show_debug_toolbar(request): 84        from django.conf import settings
 85        return settings.DEBUG
 86