Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: https://github.com/openedx/edx-lint/blob/be07c3739d73cd44d33d9d9dbf5f3119a906be9e/edx_lint/pylint/annotations_check.py#L379
- Loading branch information