If you use pylint and flake8 you can ignore unused import warning in both tools in this way:
import loggingsetup # noqa # pylint: disable=unused-import
If you use pylint and flake8 you can ignore unused import warning in both tools in this way:
import loggingsetup # noqa # pylint: disable=unused-import