When using get_files() function in the settings.py file import from webpack_loader.utils import get_files should be placed after SECRET_KEY & WEBPACK_LOADER settings. So PyLint generates a warning C0413:Import "from webpack_loader.utils import get_files" should be placed at the top of the module. Please fix initialization of webpack_loader to avoid this warning