Files
edx-platform/lms/djangoapps
Phillip Shiu ed5270469a chore: bypass invalid-django-waffle-import
This edx-lint check is to prevent:

    import waffle

However, we are doing:

    import .waffle

Where .waffle is importing correctly from edx_toggles instead of
directly from the Django waffle library.

See also:

be07c3739d/edx_lint/pylint/annotations_check.py (L379)
2024-04-02 04:53:22 -04:00
..
2024-03-26 11:11:13 +01:00
2021-02-19 17:47:37 +05:00